Shared_ast.VarThis module provides types and helpers for Bindlib variables on the gexpr type
type 'e t = ('a, 'a, 't) Shared_ast__.Definitions.base_gexpr Bindlib.var
constraint
'e =
(('a, 'a, 't) Shared_ast__.Definitions.base_gexpr,
't Shared_ast__.Definitions.mark)
Catala_utils.Mark.edtype 'e vars = ('a, 'a, 't) Shared_ast__.Definitions.base_gexpr Bindlib.mvar
constraint
'e =
(('a, 'a, 't) Shared_ast__.Definitions.base_gexpr,
't Shared_ast__.Definitions.mark)
Catala_utils.Mark.edval make : string -> 'e tval hash : 'e t -> intNeeded when converting from one AST type to another. See the note of caution on Bindlib.copy_var.
type 'e var = 'e tAlias to allow referring to the type in the submodules
module Set : sig ... endWrapper over Set.S but with a type variable for the AST type parameters. Extend as needed
module Map : sig ... endWrapper over Map.S but with a type variable for the AST type parameters. Extend as needed