module Predef:sig
..end
type_int =
int
type_char =
char
type_string =
string
type_float =
float
type_bool =
bool
type_unit =
unit
type_exn =
exn
type'a
_array ='a array
type'a
_list ='a list
type'a
_option ='a option
=
| |
None |
| |
Some of |
type_nativeint =
nativeint
type_int32 =
int32
type_int64 =
int64
type'a
_lazy_t ='a lazy_t
type_bytes =
bytes