package catala

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
constraint 'c expression_map = 'c expression_map
inherit VisitorsRuntime.map
inherit literal_map
inherit binop_map
inherit unop_map
method visit_AggregateSum : 'd -> primitive_typ -> aggregate_func
method visit_AggregateCount : 'd -> aggregate_func
method visit_AggregateExtremum : 'd -> bool -> primitive_typ -> expression Utils.Pos.marked -> aggregate_func
method visit_AggregateArgExtremum : 'd -> bool -> primitive_typ -> expression Utils.Pos.marked -> aggregate_func
method visit_aggregate_func : 'd -> aggregate_func -> aggregate_func
method visit_Exists : 'd -> collection_op
method visit_Forall : 'd -> collection_op
method visit_Aggregate : 'd -> aggregate_func -> collection_op
method visit_Map : 'd -> collection_op
method visit_Filter : 'd -> 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 Utils.Pos.marked -> 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_MemCollection : 'd -> expression Utils.Pos.marked -> expression Utils.Pos.marked -> expression
method visit_Builtin : 'd -> builtin_expression -> expression
method visit_Literal : 'd -> literal -> expression
method visit_EnumInject : 'd -> constructor Utils.Pos.marked option -> constructor Utils.Pos.marked -> expression Utils.Pos.marked option -> expression
method visit_ArrayLit : 'd -> expression Utils.Pos.marked list -> expression
method visit_Ident : 'd -> ident -> expression
method visit_expression : 'd -> expression -> expression
OCaml

Innovation. Community. Security.