Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val expr : loc:Ppxlib.Location.t -> t -> Ppxlib.expression
val unroll :
loc:Ppxlib.Location.t ->
Astlib.Ast_500.Parsetree.expression ->
t ->
Astlib.Ast_500.Parsetree.expression
val map_tmp_vars :
loc:Ppxlib.Location.t ->
t list ->
Astlib.Ast_500.Parsetree.value_binding list
* Astlib.Ast_500.Parsetree.pattern list
* Astlib.Ast_500.Parsetree.expression list
For list of expressions returns triple (bindings, pvars, evars) where bindings is list of `let v_i =`; pvars is list of `v_i` for patterns, and evars is list of expressions applied to corresponding temp var