We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I must be missing something but cppo -D VAL=1 test.ml doesn't work:
cppo -D VAL=1 test.ml
let x = VAL
is expanded into
#1 "test.ml" let x = #1 =1