A simple question deserves a simple answer, I suppose.

My brain must still be in the imperative language namespace. Thanks, everybody.
Mike




On Wed, Sep 24, 2008 at 9:06 PM, Rahul Kapoor <rk@trie.org> wrote:
> What is the easiest and/or best way to define global "constants" in Haskell
> (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.

Why not a  simple definition:

somename = 1

Cheers,
Rahul