ocaml/camlp4/test/fixtures/default_quotation.ml

5 lines
108 B
OCaml

#default_quotation "expr";
open Camlp4.PreCast;
fun [ << $x$ - $y$ >> when x = y -> << 0 >>
| e -> e ];