Module Type_immediacy.Never

type 'a t
val of_typerep : 'a Core_kernel__Import.Typerep.t -> 'a t Base.Option.t
val of_typerep_exn : Source_code_position.t -> 'a Core_kernel__Import.Typerep.t -> 'a t
module For_all_parameters_S1 : functor (X : Typerep_lib.Typerepable.S1) -> sig ... end
module For_all_parameters_S2 : functor (X : Typerep_lib.Typerepable.S2) -> sig ... end
module For_all_parameters_S3 : functor (X : Typerep_lib.Typerepable.S3) -> sig ... end
module For_all_parameters_S4 : functor (X : Typerep_lib.Typerepable.S4) -> sig ... end
module For_all_parameters_S5 : functor (X : Typerep_lib.Typerepable.S5) -> sig ... end
val int32 : Base.Int32.t t
val int64 : Base.Int64.t t
val nativeint : Base.Nativeint.t t
val float : Base.Float.t t
val string : Base.String.t t
val bytes : Base.Bytes.t t
val array : _ Base.Array.t t
val ref_ : _ Base.Ref.t t
val tuple2 : (_ * _) t
val tuple3 : (_ * _ * _) t
val tuple4 : (_ * _ * _ * _) t
val tuple5 : (_ * _ * _ * _ * _) t