hint-0.3.0.0: Runtime Haskell interpreter (GHC API wrapper)Source codeContentsIndex
Language.Haskell.Interpreter.Unsafe
Synopsis
unsafeSetGhcOption :: MonadInterpreter m => String -> m ()
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.

Produced by Haddock version 2.6.0