Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. MultipleInstancesNotAllowed :: MultipleInstancesNotAllowed

    hint Language.Haskell.Interpreter

    No documentation available.

  2. NoAllowAmbiguousTypes :: Extension

    hint Language.Haskell.Interpreter

    No documentation available.

  3. NoExplicitForAll :: Extension

    hint Language.Haskell.Interpreter

    No documentation available.

  4. NoParallelArrays :: Extension

    hint Language.Haskell.Interpreter

    No documentation available.

  5. NoParallelListComp :: Extension

    hint Language.Haskell.Interpreter

    No documentation available.

  6. NotAllowed :: String -> InterpreterError

    hint Language.Haskell.Interpreter

    No documentation available.

  7. ParallelArrays :: Extension

    hint Language.Haskell.Interpreter

    No documentation available.

  8. ParallelListComp :: Extension

    hint Language.Haskell.Interpreter

    No documentation available.

  9. installedModulesInScope :: forall (m :: Type -> Type) . MonadInterpreter m => Option m Bool

    hint Language.Haskell.Interpreter

    When set to True, every module in every available package is implicitly imported qualified. This is very convenient for interactive evaluation, but can be a problem in sandboxed environments (e.g. unsafePerformIO is in scope). Default value is True. Observe that due to limitations in the GHC-API, when set to False, the private symbols in interpreted modules will not be in scope.

  10. ExplicitForAll :: Extension

    hint Language.Haskell.Interpreter.Extension

    No documentation available.

Page 624 of many | Previous | Next