ocaml/camlp4/unmaintained/etc/parserify.mli

13 lines
274 B
OCaml

(* camlp4r *)
(* $Id$ *)
type spc =
[ SPCterm of (MLast.patt * option MLast.expr)
| SPCnterm of MLast.patt and MLast.expr
| SPCsterm of MLast.patt ]
;
value parser_of_expr :
MLast.expr ->
list (list (spc * option MLast.expr) * option MLast.patt * MLast.expr);