Shared_ast.VarSourceThis 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.edNeeded when converting from one AST type to another. See the note of caution on Bindlib.copy_var.
Wrapper over Set.S but with a type variable for the AST type parameters. Extend as needed