package catala

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module DcalcSource

Sourcemodule Ast : sig ... end

Abstract syntax tree of the default calculus intermediate representation

Sourcemodule Binded_representation : sig ... end
Sourcemodule Interpreter : sig ... end

Reference interpreter for the default calculus

Sourcemodule Optimizations : sig ... end

Optimization passes for default calculus programs and expressions

Sourcemodule Print : sig ... end

Printing functions for the default calculus AST

Sourcemodule 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.

OCaml

Innovation. Community. Security.