CamlinternalQuote.Exp_descval ident : Identifier.Value.t -> tval constant : Constant.t -> tval let_ :
Loc.t ->
Name.t list ->
Name.t list ->
Exp.t list ->
(Var.Value.t list -> Var.Module.t list -> Pat.t * Exp.t) lam ->
tval function_ : Function.t -> tval tuple : (Label.Nonoptional.t * Exp.t) list -> tval construct : Constructor.t -> Exp.t option -> tval constraint_ : Exp.t -> Type_constraint.t -> tval new_ : Identifier.Value.t -> tval unreachable : tval src_pos : tval let_op : Identifier.Value.t list -> Exp.t list -> Case.t -> tval list_comprehension : Comprehension.t -> tval array_comprehension : Comprehension.t -> tval unboxed_tuple : (Label.Nonoptional.t * Exp.t) list -> t