GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Asttypes(3) OCamldoc Asttypes(3)

Asttypes - Auxiliary AST types used by parsetree and typedtree.

Module Asttypes

Module Asttypes : sig end

Auxiliary AST types used by parsetree and typedtree.

type constant = | Const_int of int | Const_char of char | Const_string of string * string option | Const_float of string | Const_int32 of int32 | Const_int64 of int64 | Const_nativeint of nativeint

type rec_flag = | Nonrecursive | Recursive

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

type label = string

type arg_label = | Nolabel | Labelled of string | Optional of string

type 'a loc = 'a Location.loc = { txt : 'a ; loc : Location.t ; }

type variance = | Covariant | Contravariant | Invariant

source: 2022-04-09

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.