package catala

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
constraint 'c expression_iter = 'c expression_iter
inherit literal_iter
inherit binop_iter
inherit unop_iter
method visit_AggregateSum : 'd -> primitive_typ -> unit
method visit_AggregateCount : 'd -> unit
method visit_AggregateExtremum : 'd -> bool -> primitive_typ -> (expression, Utils.Pos.t) Utils.Marked.t -> unit
method visit_AggregateArgExtremum : 'd -> bool -> primitive_typ -> (expression, Utils.Pos.t) Utils.Marked.t -> unit
method visit_aggregate_func : 'd -> aggregate_func -> unit
method visit_Exists : 'd -> unit
method visit_Forall : 'd -> unit
method visit_Aggregate : 'd -> aggregate_func -> unit
method visit_Map : 'd -> unit
method visit_Filter : 'd -> unit
method visit_collection_op : 'd -> collection_op -> unit
method visit_explicit_match_case : 'd -> explicit_match_case -> unit
method visit_WildCard : 'd -> (expression, Utils.Pos.t) Utils.Marked.t -> unit
method visit_MatchCase : 'd -> explicit_match_case -> unit
method visit_match_case : 'd -> match_case -> unit
method visit_match_cases : 'd -> match_cases -> unit
method visit_MatchWith : 'd -> (expression, Utils.Pos.t) Utils.Marked.t -> (match_cases, Utils.Pos.t) Utils.Marked.t -> unit
method visit_Unop : 'd -> (unop, Utils.Pos.t) Utils.Marked.t -> (expression, Utils.Pos.t) Utils.Marked.t -> unit
method visit_MemCollection : 'd -> (expression, Utils.Pos.t) Utils.Marked.t -> (expression, Utils.Pos.t) Utils.Marked.t -> unit
method visit_TestMatchCase : 'd -> (expression, Utils.Pos.t) Utils.Marked.t -> (match_case_pattern, Utils.Pos.t) Utils.Marked.t -> unit
method visit_FunCall : 'd -> (expression, Utils.Pos.t) Utils.Marked.t -> (expression, Utils.Pos.t) Utils.Marked.t -> unit
method visit_Builtin : 'd -> builtin_expression -> unit
method visit_Literal : 'd -> literal -> unit
method visit_EnumInject : 'd -> (constructor, Utils.Pos.t) Utils.Marked.t option -> (constructor, Utils.Pos.t) Utils.Marked.t -> (expression, Utils.Pos.t) Utils.Marked.t option -> unit
method visit_StructLit : 'd -> (constructor, Utils.Pos.t) Utils.Marked.t -> ((ident, Utils.Pos.t) Utils.Marked.t * (expression, Utils.Pos.t) Utils.Marked.t) list -> unit
method visit_ArrayLit : 'd -> (expression, Utils.Pos.t) Utils.Marked.t list -> unit
method visit_Ident : 'd -> ident -> unit
method visit_expression : 'd -> expression -> unit
OCaml

Innovation. Community. Security.