hint-0.3.2.3: Runtime Haskell interpreter (GHC API wrapper)

Language.Haskell.Interpreter.Unsafe

Synopsis

Documentation

unsafeSetGhcOption :: MonadInterpreter m => String -> m ()Source

Set a GHC option for the current session, eg. unsafeSetGhcOption "-XNoMonomorphismRestriction".

Warning: Some options may interact badly with the Interpreter.