Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. TailCall :: LlvmCallType

    ghc GHC.Llvm.Types

    Tail call, perform the call in the current stack frame.

  2. ppLlvmCallConvention :: IsLine doc => LlvmCallConvention -> doc

    ghc GHC.Llvm.Types

    No documentation available.

  3. AnnForall :: AnnKeywordId

    ghc GHC.Parser.Annotation

    No documentation available.

  4. AnnForallU :: AnnKeywordId

    ghc GHC.Parser.Annotation

    Unicode variant

  5. forallSym :: Bool -> SDoc

    ghc GHC.Parser.Errors.Ppr

    No documentation available.

  6. PsErrExplicitForall :: Bool -> PsMessage

    ghc GHC.Parser.Errors.Types

    Explicit forall found but no extension allowing it is enabled

  7. PsErrInferredTypeVarNotAllowed :: PsMessage

    ghc GHC.Parser.Errors.Types

    Inferred type variables not allowed here

  8. PsErrUnallowedPragma :: !HsPragE GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Pragma not allowed in this position

  9. PsWarnTransitionalLayout :: TransLayoutReason -> PsMessage

    ghc GHC.Parser.Errors.Types

    PsWarnTransitionalLayout is a warning (controlled by the -Walternative-layout-rule-transitional flag) that occurs when pipes ('|') or 'where' are at the same depth of an implicit layout block. Example(s): f :: IO () f | True = do let x = () y = () return () | True = return () Test case(s): layout/layout006 layout/layout003 layout/layout001

  10. ExplicitForallBit :: ExtBits

    ghc GHC.Parser.Lexer

    No documentation available.

Page 289 of many | Previous | Next