Interfacetype error = | Eunbound_type_constr of Lident.t| Eunbound_global_value of Lident.t| Etype_constr_arity of Lident.t * int * int| Eunbound_type_var of string| Erepeated_type_param of string| Erepeated_constructor of string| Erepeated_label of string| Ealready_defined_type of string| Ealready_defined_constr of string| Ealready_defined_label of string| Ealready_defined_value of string| Ecyclic_abbreviationexception Error of Zlocation.location * errorval error : Zlocation.location -> error -> 'aval message : Zlocation.location -> error -> 'aval make : 'a -> 'a Zelus.localizedval global : string -> 'a -> 'a Global.infoval free_of_type : string list -> Zelus.type_expression -> string listval constr_name : Zlocation.location -> Lident.t -> int -> Lident.qualidentval kindtype : Zelus.kind -> Deftypes.kindval kindoftype : Deftypes.kind -> Zelus.kindval typ_of_type_expression :
(string * Deftypes.typ) list ->
Zelus.type_expression ->
Deftypes.typval type_expression_of_typ : Deftypes.typ -> Zelus.type_expressionval type_decl_of_type_desc :
'a ->
Global.type_desc ->
'a * string list * Zelus.type_decl_desc Zelus.localizedval scheme_of_type : Zelus.type_expression -> Deftypes.typ_schemeval check_no_repeated_type_param : Zlocation.location -> string list -> unitval check_no_repeated_constructor :
Zlocation.location ->
Zelus.constr_decl_desc Zelus.localized list ->
unitval check_no_repeated_label : Zlocation.location -> (string * 'a) list -> unitval type_variant_type :
(string * Deftypes.typ) list ->
Zelus.constr_decl_desc Zelus.localized list ->
Deftypes.typ ->
Global.constr_desc Global.info listval type_record_type :
(string * Deftypes.typ) list ->
(string * Zelus.type_expression) list ->
Deftypes.typ ->
Global.label_desc Global.info listval make_initial_typ_environment :
Zlocation.location ->
Modules.E.key ->
string list ->
Global.type_desc Global.infoval type_one_typedecl :
Zlocation.location ->
Global.type_desc Global.info ->
(string * string list * Zelus.type_decl_desc Zelus.localized) ->
Global.type_desc Global.infoval typedecl :
Format.formatter ->
Zlocation.location ->
Modules.E.key ->
string list ->
Zelus.type_decl_desc Zelus.localized ->
unitval add_type_of_value :
Format.formatter ->
Zlocation.location ->
Modules.E.key ->
bool ->
Deftypes.typ_scheme ->
unitval update_type_of_value :
Format.formatter ->
Zlocation.location ->
Modules.E.key ->
bool ->
Deftypes.typ_scheme ->
unitval constdecl :
Format.formatter ->
Zlocation.location ->
Modules.E.key ->
Zelus.type_expression ->
unitval fundecl :
Format.formatter ->
Zlocation.location ->
Modules.E.key ->
Zelus.type_expression ->
unitval interface :
Format.formatter ->
Zelus.interface_desc Zelus.localized ->
unitval interface_list :
Format.formatter ->
Zelus.interface_desc Zelus.localized list ->
unit