= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && 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
module Interpreter : sig ... end
Reference interpreter for the default calculus
module Print : sig ... end
module Typing : sig ... end
Typing for the default calculus. Because of the error terms, we perform type inference using the classical W algorithm with union-find unification.