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