exported to build a computation on top of a previous one
include Typerep_extended.Std.Type_generic.Variant_and_record_intf.S with type a t := a t
include module type of sig ... end
module Tag_internal : sig ... end
module Tag : sig ... end
Witness of a tag, that is an item in a variant type, also called an "applied variant Constructor"
module Variant_internal : sig ... end
module Variant : sig ... end
module Field_internal : sig ... end
module Field : sig ... end
module Record_internal : sig ... end
module Record : sig ... end
val int : int t
val int32 : int32 t
val int64 : int64 t
val nativeint : nativeint t
val char : char t
val float : float t
val string : string t
val bool : bool t
val unit : unit t
module Named : Typerep_extended.Std.Type_generic.Named with type a computation := a t