Module Ast_walker_fold


module Ast_walker_fold: sig .. end

val fold_over_cexpr : (Xquery_core_ast.acexpr -> 'a) ->
('b -> 'a -> 'b) -> 'b -> Xquery_core_ast.acexpr -> 'b
val fold_over_cxtype : (Xquery_type_core_ast.cxtype -> 'a) ->
('b -> 'a -> 'b) -> 'b -> Xquery_type_core_ast.cxtype -> 'b