jon.recoil.org

Module Subst.Lazy

include Ocaml_typing.Types.Wrapped
type 'a wrapped
and functor_parameter =
  1. | Unit
  2. | Named of Ocaml_typing.Ident.t option * Ocaml_typing.Subst.Lazy.module_type
and modtype_declaration = {
  1. mtd_type : Ocaml_typing.Subst.Lazy.module_type option;
  2. mtd_attributes : Ocaml_parsing.Parsetree.attributes;
  3. mtd_loc : Ocaml_parsing.Location.t;
  4. mtd_uid : Ocaml_typing.Types.Uid.t;
}
val of_value : 'a -> 'a Ocaml_typing.Subst.Lazy.wrapped