Closed
Description
I simply want to use a macro constant defined like
#define MYCONSTANT 1
in a .chs
file, like
x :: CInt
x = MYCONSTANT
How do I do this?
It would be nice if that was part of the documentation; it explains all kind of complicated things like enum define
etc, but I can't figure this simple one out.