Shared_ast.VarSourceThis module provides types and helpers for Bindlib variables on the gexpr type
type 'e t = ('a, 't) Shared_ast__.Definitions.naked_gexpr Bindlib.var
constraint
'e =
(('a Shared_ast__.Definitions.any, 't) Shared_ast__.Definitions.naked_gexpr,
't)
Catala_utils.Marked.ttype 'e vars = ('a, 't) Shared_ast__.Definitions.naked_gexpr Bindlib.mvar
constraint
'e =
(('a Shared_ast__.Definitions.any, 't) Shared_ast__.Definitions.naked_gexpr,
't)
Catala_utils.Marked.tNeeded 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