
29 Apr
2005
29 Apr
'05
4:52 a.m.
On Thu, 28 Apr 2005, Peter Simons wrote:
SCOTT J writes:
What do I have to do in order not having to type always :set -fglasgow-exts
Add the line
{-# OPTIONS -fglasgow-exts #-}
at the top of the source code. Then the flag will be set when you load the module.
This option is local to each module, isn't it? I.e. with this comment you can tag the modules which need extensions.