> What is the easiest and/or best way to define global "constants" in HaskellWhy not a simple definition:
> (avoiding any side effects, of course). The functionality I'm thinking of is
> similar to the use of global "const" variables or #defines in C code.
somename = 1
Cheers,
Rahul