package ppx_type_directed_value

  1. Overview
  2. Docs
module type Simple = Simple
module type Simple_with_key = Simple_with_key
module Of_simple (X : Simple) : Type_directed.S with type 'a T.t = 'a X.t and type 'a T.attribute = Base.Nothing.t
module Of_simple_with_key (X : Simple_with_key) : Type_directed.S with type 'a T.t = 'a X.t and type 'a T.attribute = 'a X.attribute