Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type int = Int.t
type float = Float.t
val int_of_string : string -> int
val int_to_string : int -> string
val float_of_string : string -> float
val float_to_string : float -> string
val int_of_boolean : bool -> int
val int_to_boolean : int -> bool
val float_of_boolean : bool -> float
val float_to_boolean : float -> bool