Greetings list -

I was playing around with OCaml 3.10.2 camlp4o like this:

camlp4o pa_breakcont.cmo sample1.ml

with my macro pa_breakcont.cmo and got the expected macro translation printed to my terminal.  However, when I type:

camlp4o pa_breakcont.cmo sample1.ml > out.ml

out.ml contains binary output.  Am I misusing camlp4o?

Thanks,

Andy