module ReasonType:Datatype.Make(sig
typet =Reason_graph.reason_type
val name : string
val reprs : Reason_graph.reason_type listinclude Datatype.Serializable_undefined
val compare : t -> t -> int
val hash : t -> int
val equal : t -> t -> bool
val pretty : Stdlib.Format.formatter -> Reason_graph.reason_type -> unitend)
include Datatype.S_no_copy
val copy : Datatype.t -> Datatype.tDeep copy: no possible sharing between x and copy x.