= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package catala
-
law_source
-
runtime
-
utils
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Ast : sig ... end
Abstract syntax tree of the scope language
module Dependency : sig ... end
Graph 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 Print : sig ... end
module Scope_to_dcalc : sig ... end