package catala

  1. Overview
  2. Docs
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