Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type representation = PPrintEngine.document
val variant :
type_name ->
constructor ->
tag ->
representation list ->
representation
val record :
type_name ->
(record_field * representation) list ->
representation
val tuple : representation list -> representation
val string : string -> representation
val int : int -> representation
val int32 : int32 -> representation
val int64 : int64 -> representation
val nativeint : nativeint -> representation
val float : float -> representation
val char : char -> representation
val bool : bool -> representation
val option : ('a -> representation) -> 'a option -> representation
val list : ('a -> representation) -> 'a list -> representation
val array : ('a -> representation) -> 'a array -> representation
val ref : ('a -> representation) -> 'a Pervasives.ref -> representation
val unknown : type_name -> 'a -> representation