ocaml/camlp4/test/fixtures/backquoted_irrefutable_tupl...

4 lines
49 B
Standard ML

EXTEND Gram
abc: [ [ `(x,y) -> x + y ] ];
END;