package stdcompat
-
stdcompat
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type spec =
| Unit of unit -> unit
| Bool of bool -> unit
| Set of bool ref
| Clear of bool ref
| String of string -> unit
| Set_string of string ref
| Int of int -> unit
| Set_int of int ref
| Float of float -> unit
| Set_float of float ref
| Tuple of spec list
| Symbol of string list * string -> unit
| Rest of string -> unit
| Expand of string -> string array
val current : int ref