Ast.expression_iterSource constraint 'c expression_iter = 'c expression_iterinherit VisitorsRuntime.iterinherit primitive_typ_iterinherit match_case_pattern_iterinherit literal_iterinherit binop_iterinherit unop_iterinherit builtin_expression_itermethod visit_AggregateSum : 'd -> primitive_typ -> unitmethod visit_AggregateExtremum : 'd ->
bool ->
primitive_typ ->
expression Utils.Pos.marked ->
unitmethod visit_AggregateArgExtremum : 'd ->
bool ->
primitive_typ ->
expression Utils.Pos.marked ->
unitmethod visit_aggregate_func : 'd -> aggregate_func -> unitmethod visit_Aggregate : 'd -> aggregate_func -> unitmethod visit_collection_op : 'd -> collection_op -> unitmethod visit_explicit_match_case : 'd -> explicit_match_case -> unitmethod visit_WildCard : 'd -> expression Utils.Pos.marked -> unitmethod visit_MatchCase : 'd -> explicit_match_case -> unitmethod visit_match_case : 'd -> match_case -> unitmethod visit_match_cases : 'd -> match_cases -> unitmethod visit_MatchWith : 'd ->
expression Utils.Pos.marked ->
match_cases Utils.Pos.marked ->
unitmethod visit_IfThenElse : 'd ->
expression Utils.Pos.marked ->
expression Utils.Pos.marked ->
expression Utils.Pos.marked ->
unitmethod visit_Binop : 'd ->
binop Utils.Pos.marked ->
expression Utils.Pos.marked ->
expression Utils.Pos.marked ->
unitmethod visit_Unop : 'd ->
unop Utils.Pos.marked ->
expression Utils.Pos.marked ->
unitmethod visit_CollectionOp : 'd ->
collection_op Utils.Pos.marked ->
ident Utils.Pos.marked ->
expression Utils.Pos.marked ->
expression Utils.Pos.marked ->
unitmethod visit_MemCollection : 'd ->
expression Utils.Pos.marked ->
expression Utils.Pos.marked ->
unitmethod visit_TestMatchCase : 'd ->
expression Utils.Pos.marked ->
match_case_pattern Utils.Pos.marked ->
unitmethod visit_FunCall : 'd ->
expression Utils.Pos.marked ->
expression Utils.Pos.marked ->
unitmethod visit_Builtin : 'd -> builtin_expression -> unitmethod visit_Literal : 'd -> literal -> unitmethod visit_EnumInject : 'd ->
constructor Utils.Pos.marked option ->
constructor Utils.Pos.marked ->
expression Utils.Pos.marked option ->
unitmethod visit_StructLit : 'd ->
constructor Utils.Pos.marked ->
(ident Utils.Pos.marked * expression Utils.Pos.marked) list ->
unitmethod visit_ArrayLit : 'd -> expression Utils.Pos.marked list -> unitmethod visit_Ident : 'd -> ident -> unitmethod visit_Dotted : 'd ->
expression Utils.Pos.marked ->
constructor Utils.Pos.marked option ->
ident Utils.Pos.marked ->
unitmethod visit_expression : 'd -> expression -> unit