hint-0.2.2: Runtime Haskell interpreter (GHC API wrapper)Source codeContentsIndex
Language.Haskell.Interpreter.GHC.Unsafe
Synopsis
unsafeSetGhcOption :: String -> Interpreter ()
Documentation
unsafeSetGhcOption :: String -> Interpreter ()Source

Set a GHC option for the current session, eg. unsafeSetGhcOption "-fno-monomorphism-restriction".

Warning: Some options may interact badly with the Interpreter.

Produced by Haddock version 2.1.0