Scopelangmodule Ast : sig ... endAbstract syntax tree of the scope language
module Dependency : sig ... endGraph representation of the dependencies between scopes in the Catala program. Vertices are functions, x -> y if x is used in the definition of y.
module From_desugared : sig ... endTranslation from Desugared.Ast to Scopelang.Ast
module Print : sig ... end