module Asttypes:sig..end
type constant =
| |
Const_int of |
| |
Const_char of |
| |
Const_string of |
| |
Const_float of |
| |
Const_int32 of |
| |
Const_int64 of |
| |
Const_nativeint of |
type rec_flag =
| |
Nonrecursive |
| |
Recursive |
| |
Default |
type direction_flag =
| |
Upto |
| |
Downto |
type private_flag =
| |
Private |
| |
Public |
type mutable_flag =
| |
Immutable |
| |
Mutable |
type virtual_flag =
| |
Virtual |
| |
Concrete |
type override_flag =
| |
Override |
| |
Fresh |
type closed_flag =
| |
Closed |
| |
Open |
typelabel =string