module Exp: sig
.. end
val mk : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.expression_desc -> Ast_404.Parsetree.expression
val attr : Ast_404.Parsetree.expression ->
Ast_404.Parsetree.attribute -> Ast_404.Parsetree.expression
val ident : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Longident.t Ast_404.Asttypes.loc -> Ast_404.Parsetree.expression
val constant : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.constant -> Ast_404.Parsetree.expression
val let_ : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Asttypes.rec_flag ->
Ast_404.Parsetree.value_binding list ->
Ast_404.Parsetree.expression -> Ast_404.Parsetree.expression
val fun_ : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Asttypes.arg_label ->
Ast_404.Parsetree.expression option ->
Ast_404.Parsetree.pattern ->
Ast_404.Parsetree.expression -> Ast_404.Parsetree.expression
val function_ : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.case list -> Ast_404.Parsetree.expression
val apply : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.expression ->
(Ast_404.Asttypes.arg_label * Ast_404.Parsetree.expression) list ->
Ast_404.Parsetree.expression
val match_ : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.expression ->
Ast_404.Parsetree.case list -> Ast_404.Parsetree.expression
val try_ : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.expression ->
Ast_404.Parsetree.case list -> Ast_404.Parsetree.expression
val tuple : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.expression list -> Ast_404.Parsetree.expression
val construct : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Longident.t Ast_404.Asttypes.loc ->
Ast_404.Parsetree.expression option -> Ast_404.Parsetree.expression
val variant : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Asttypes.label ->
Ast_404.Parsetree.expression option -> Ast_404.Parsetree.expression
val record : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
(Longident.t Ast_404.Asttypes.loc * Ast_404.Parsetree.expression) list ->
Ast_404.Parsetree.expression option -> Ast_404.Parsetree.expression
val field : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.expression ->
Longident.t Ast_404.Asttypes.loc -> Ast_404.Parsetree.expression
val setfield : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.expression ->
Longident.t Ast_404.Asttypes.loc ->
Ast_404.Parsetree.expression -> Ast_404.Parsetree.expression
val array : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.expression list -> Ast_404.Parsetree.expression
val ifthenelse : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.expression ->
Ast_404.Parsetree.expression ->
Ast_404.Parsetree.expression option -> Ast_404.Parsetree.expression
val sequence : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.expression ->
Ast_404.Parsetree.expression -> Ast_404.Parsetree.expression
val while_ : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.expression ->
Ast_404.Parsetree.expression -> Ast_404.Parsetree.expression
val for_ : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.pattern ->
Ast_404.Parsetree.expression ->
Ast_404.Parsetree.expression ->
Ast_404.Asttypes.direction_flag ->
Ast_404.Parsetree.expression -> Ast_404.Parsetree.expression
val constraint_ : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.expression ->
Ast_404.Parsetree.core_type -> Ast_404.Parsetree.expression
val coerce : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.expression ->
Ast_404.Parsetree.core_type option ->
Ast_404.Parsetree.core_type -> Ast_404.Parsetree.expression
val send : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.expression -> string -> Ast_404.Parsetree.expression
val new_ : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Longident.t Ast_404.Asttypes.loc -> Ast_404.Parsetree.expression
val setinstvar : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
string Ast_404.Asttypes.loc ->
Ast_404.Parsetree.expression -> Ast_404.Parsetree.expression
val override : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
(string Ast_404.Asttypes.loc * Ast_404.Parsetree.expression) list ->
Ast_404.Parsetree.expression
val letmodule : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
string Ast_404.Asttypes.loc ->
Ast_404.Parsetree.module_expr ->
Ast_404.Parsetree.expression -> Ast_404.Parsetree.expression
val letexception : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.extension_constructor ->
Ast_404.Parsetree.expression -> Ast_404.Parsetree.expression
val assert_ : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.expression -> Ast_404.Parsetree.expression
val lazy_ : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.expression -> Ast_404.Parsetree.expression
val poly : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.expression ->
Ast_404.Parsetree.core_type option -> Ast_404.Parsetree.expression
val object_ : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.class_structure -> Ast_404.Parsetree.expression
val newtype : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
string -> Ast_404.Parsetree.expression -> Ast_404.Parsetree.expression
val pack : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.module_expr -> Ast_404.Parsetree.expression
val open_ : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Asttypes.override_flag ->
Longident.t Ast_404.Asttypes.loc ->
Ast_404.Parsetree.expression -> Ast_404.Parsetree.expression
val extension : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
Ast_404.Parsetree.extension -> Ast_404.Parsetree.expression
val unreachable : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes -> unit -> Ast_404.Parsetree.expression
val case : Ast_404.Parsetree.pattern ->
?guard:Ast_404.Parsetree.expression ->
Ast_404.Parsetree.expression -> Ast_404.Parsetree.case