package ppx_type_directed_value

  1. Overview
  2. Docs
module type Simple = Converters_intf.Simple
module type Simple_with_key = Converters_intf.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