c380456beac242a1ae4caf82a38d9d28b9c91aaa
[bpt/coccinelle.git] / engine / transformation_c.mli
1 (* note that now we do the transformation via side effect on ast *)
2 val transform :
3 string (* rule name *) -> string list (* dropped isos *) ->
4 Lib_engine.metavars_binding -> (* inherited bindings *)
5 Lib_engine.transformation_info ->
6 Control_flow_c.cflow -> Control_flow_c.cflow (* could be unit *)