ocaml/camlp4/test/fixtures/fun.ml

8 lines
149 B
OCaml

value f = fun [];
value f = fun [ [] -> fun [ 4 -> () ] ];
value f = fun [];
value f = fun [];
value f = fun [];
value f = g x y;
value f = (g x) y;