Ast.expression_mapSource constraint 'c expression_map = 'c expression_mapinherit VisitorsRuntime.mapinherit primitive_typ_mapinherit match_case_pattern_mapinherit literal_mapinherit binop_mapinherit unop_mapinherit builtin_expression_mapmethod visit_AggregateSum : 'd -> primitive_typ -> aggregate_funcmethod visit_AggregateCount : 'd -> aggregate_funcmethod visit_AggregateExtremum : 'd ->
bool ->
primitive_typ ->
expression Utils.Pos.marked ->
aggregate_funcmethod visit_AggregateArgExtremum : 'd ->
bool ->
primitive_typ ->
expression Utils.Pos.marked ->
aggregate_funcmethod visit_aggregate_func : 'd -> aggregate_func -> aggregate_funcmethod visit_Exists : 'd -> collection_opmethod visit_Forall : 'd -> collection_opmethod visit_Aggregate : 'd -> aggregate_func -> collection_opmethod visit_Map : 'd -> collection_opmethod visit_Filter : 'd -> collection_opmethod visit_collection_op : 'd -> collection_op -> collection_opmethod visit_explicit_match_case : 'd ->
explicit_match_case ->
explicit_match_casemethod visit_WildCard : 'd -> expression Utils.Pos.marked -> match_casemethod visit_MatchCase : 'd -> explicit_match_case -> match_casemethod visit_match_case : 'd -> match_case -> match_casemethod visit_match_cases : 'd -> match_cases -> match_casesmethod visit_MatchWith : 'd ->
expression Utils.Pos.marked ->
match_cases Utils.Pos.marked ->
expressionmethod visit_IfThenElse : 'd ->
expression Utils.Pos.marked ->
expression Utils.Pos.marked ->
expression Utils.Pos.marked ->
expressionmethod visit_Binop : 'd ->
binop Utils.Pos.marked ->
expression Utils.Pos.marked ->
expression Utils.Pos.marked ->
expressionmethod visit_Unop : 'd ->
unop Utils.Pos.marked ->
expression Utils.Pos.marked ->
expressionmethod visit_CollectionOp : 'd ->
collection_op Utils.Pos.marked ->
ident Utils.Pos.marked ->
expression Utils.Pos.marked ->
expression Utils.Pos.marked ->
expressionmethod visit_MemCollection : 'd ->
expression Utils.Pos.marked ->
expression Utils.Pos.marked ->
expressionmethod visit_TestMatchCase : 'd ->
expression Utils.Pos.marked ->
match_case_pattern Utils.Pos.marked ->
expressionmethod visit_FunCall : 'd ->
expression Utils.Pos.marked ->
expression Utils.Pos.marked ->
expressionmethod visit_Builtin : 'd -> builtin_expression -> expressionmethod visit_Literal : 'd -> literal -> expressionmethod visit_EnumInject : 'd ->
constructor Utils.Pos.marked option ->
constructor Utils.Pos.marked ->
expression Utils.Pos.marked option ->
expressionmethod visit_StructLit : 'd ->
constructor Utils.Pos.marked ->
(ident Utils.Pos.marked * expression Utils.Pos.marked) list ->
expressionmethod visit_ArrayLit : 'd -> expression Utils.Pos.marked list -> expressionmethod visit_Ident : 'd -> ident -> expressionmethod visit_Dotted : 'd ->
expression Utils.Pos.marked ->
constructor Utils.Pos.marked option ->
ident Utils.Pos.marked ->
expressionmethod visit_expression : 'd -> expression -> expression