package catala

  1. Overview
  2. Docs
Compiler and library for the literate programming language for tax code specification

Install

Dune Dependency

Authors

Maintainers

Sources

0.10.0.tar.gz
md5=5abd76e8c51a47670645e91b21b57fc5
sha512=9c6fbe50c0b5a60566e877eeddadca0a339e2ce35deb5c1beceb03bc40eb6af2d519313e71859d88645b53fad591d4fa5288c633b185c9d765603da0f5b7dd7b

doc/catala.desugared/Desugared/Ast/ScopeDef/index.html

Module Ast.ScopeDefSource

Inside a scope, a definition can refer to a variable (possibly an intermediate state thereof) or an input of a subscope.

Sourcetype kind =
  1. | Var of Shared_ast.StateName.t option
  2. | SubScopeInput of {
    1. name : Shared_ast.ScopeName.t;
    2. var_within_origin_scope : Shared_ast.ScopeVar.t;
    }
Sourceval equal_kind : kind -> kind -> bool
Sourceval compare_kind : kind -> kind -> int
Sourceval format_kind : Format.formatter -> kind -> unit
Sourceval hash_kind : kind -> int
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval get_position : t -> Catala_utils.Pos.t
Sourceval format : Format.formatter -> t -> unit
Sourceval hash : t -> int
Sourcemodule Map : Catala_utils.Map.S with type key = t
Sourcemodule Set : Set.S with type elt = t
OCaml

Innovation. Community. Security.