ocaml/camlp4/test/fixtures/tuple_as_retval.ml

4 lines
52 B
Standard ML

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