Release coccinelle-0.2.0rc1
[bpt/coccinelle.git] / parsing_cocci / unify_ast.mli
1 type res = NO | MAYBE
2
3 val unify_statement_dots :
4 Ast_cocci.statement Ast_cocci.dots ->
5 Ast_cocci.statement Ast_cocci.dots -> res