module Serializable_undefined: Undefined
Same as
Datatype.Undefined
, but the type is supposed to be marshalable by the
standard OCaml way (in particular, no hash-consing or projects inside
the type).
Consult the Plugin Development Guide for additional details.
val structural_descr : Structural_descr.t
val equal : 'a -> 'a -> bool
val compare : 'a -> 'a -> int
val hash : 'a -> int
val rehash : 'a -> 'a
val copy : 'a -> 'a
val internal_pretty_code : Type.precedence -> Format.formatter -> 'a -> unit
val pretty : Format.formatter -> 'a -> unit
val varname : 'a -> string
val mem_project : (Project_skeleton.t -> bool) -> 'a -> bool