Up

Module Never

Signature

type 'a t
val of_typerep : 'a Typerep_lib.Std.Typerep.t -> 'a t option
val int32 : int32 t
val int64 : int64 t
val nativeint : nativeint t
val float : float t
val string : string t
val array : _ array t
val ref_ : _ Pervasives.ref t
val tuple2 : (_ * _) t
val tuple3 : (_ * _ * _) t
val tuple4 : (_ * _ * _ * _) t
val tuple5 : (_ * _ * _ * _ * _) t