module Asttypes:sig..end
Auxiliary AST types used by parsetree and typedtree.
Warning: this module is unstable and part of compiler-libs.
type | | | Const_int of  | 
| | | Const_char of  | 
| | | Const_string of  | 
| | | Const_float of  | 
| | | Const_int32 of  | 
| | | Const_int64 of  | 
| | | Const_nativeint of  | 
type | | | Nonrecursive | 
| | | Recursive | 
type | | | Upto | 
| | | Downto | 
type | | | Private | 
| | | Public | 
type | | | Immutable | 
| | | Mutable | 
type | | | Virtual | 
| | | Concrete | 
type | | | Override | 
| | | Fresh | 
type | | | Closed | 
| | | Open | 
typelabel =string
type | | | Nolabel | 
| | | Labelled of  | 
| | | Optional of  | 
type'aloc ='a Location.loc= {
|    | txt :  | 
|    | loc :  | 
type | | | Covariant | 
| | | Contravariant | 
| | | Invariant |