module Ast_walker_annotate:sig..end
val annotate_cexpr : 'a Ast_walker_annotate_context.annotation_context ->
Xquery_core_ast.acexpr -> unitval annotate_cstatement : 'a Ast_walker_annotate_context.annotation_context ->
Xquery_core_ast.acstatement -> unitval annotate_cprolog : 'a Ast_walker_annotate_context.annotation_context ->
Xquery_core_ast.acprolog -> unitval annotate_cxmodule : 'a Ast_walker_annotate_context.annotation_context ->
Xquery_core_ast.acxmodule -> unit