
4 Sep
2012
4 Sep
'12
4:36 p.m.
I think the preferred command line invocation is:
ghci -XHaskell98
Strangely this seems to be missing in the GHC docs for Flags.
On 4 September 2012 17:40, Stephen Tetley
I can't find the exact command to use in the GHC docs to enable H98, but you could try the following old flag which disables GHCs extensions:
ghci -fno-glasgow-exts