
9 Apr
2011
9 Apr
'11
12:04 p.m.
On Saturday 09 April 2011 13:50:03, Simon Hengel wrote:
Hello, does anyone know whether you can somehow change the currently active language flags during a ghci session (say change what `:show languages' outputs)?
:set -Xlanguage I suppose some languages wouldn't work/make sense (CPP, TH) but most you can toggle that way.
If no, is this possible by using the GHC API?
Cheers, Simon