9500a9940ed96b5a8ad89135819ab4315a8cf9b5
[bpt/coccinelle.git] / parsing_c / unparse_cocci.mli
1 exception CantBeInPlus
2
3 type pos = Before | After | InPlace
4
5 val pp_list_list_any :
6 Ast_c.metavars_binding *
7 (string -> unit) (* pr cocci *) * Pretty_print_c.pr_elem_func (* pr c *) *
8 (unit -> unit) (* pr space *) *
9 (unit -> unit) (* indent *) * (unit -> unit) (* unindent *) ->
10 bool (*true if generating*) -> Ast_cocci.anything list list -> pos ->
11 unit