ocaml/camlp4/test/fixtures/backquoted_tuple.ml

4 lines
45 B
Standard ML

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