package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val of_typerep : 'a Typerep_lib.Std.Typerep.t -> 'a t Base.Option.t
val of_typerep_exn : Source_code_position.t -> 'a Typerep_lib.Std.Typerep.t -> 'a t
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