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.8.0.tar.gz
md5=1408a1cce45c7d5990b981e83e7589c2
sha512=eb3b923aa1f743378b4a05e30f50be5d180dc862a716270d747a90e469017f42fa5fc41352f02fbbf59cd2560f91c4f1b32cf38d80085b105d9387b0aed2039d

doc/catala.surface/Surface/Ast/class-expression_map/index.html

Class Ast.expression_mapSource

constraint 'c expression_map = 'c expression_map
inherit literal_map
inherit binop_map
inherit unop_map
method visit_AggregateSum : 'd -> primitive_typ -> collection_op
method visit_AggregateExtremum : 'd -> bool -> expression -> collection_op
method visit_AggregateArgExtremum : 'd -> bool -> expression -> ((lident, Catala_utils.Pos.t) Catala_utils.Marked.t * expression) -> collection_op
method visit_collection_op : 'd -> collection_op -> collection_op
method visit_explicit_match_case : 'd -> explicit_match_case -> explicit_match_case
method visit_WildCard : 'd -> expression -> match_case
method visit_MatchCase : 'd -> explicit_match_case -> match_case
method visit_match_case : 'd -> match_case -> match_case
method visit_match_cases : 'd -> match_cases -> match_cases
method visit_expression : 'd -> expression -> expression
method visit_Paren : 'd -> expression -> naked_expression
method visit_IfThenElse : 'd -> expression -> expression -> expression -> naked_expression
method visit_CollectionOp : 'd -> collection_op -> expression -> naked_expression
method visit_MemCollection : 'd -> expression -> expression -> naked_expression
method visit_FunCall : 'd -> expression -> expression list -> naked_expression
method visit_Builtin : 'd -> builtin_expression -> naked_expression
method visit_Literal : 'd -> literal -> naked_expression
method visit_ArrayLit : 'd -> expression list -> naked_expression
method visit_naked_expression : 'd -> naked_expression -> naked_expression
OCaml

Innovation. Community. Security.