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. PsWarnTransitionalLayout :: TransLayoutReason -> PsMessage

    ghc-lib-parser 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

  2. ExplicitForallBit :: ExtBits

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

  3. ITccallconv :: Token

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

  4. ITforall :: IsUnicodeSyntax -> Token

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

  5. ITjavascriptcallconv :: Token

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

  6. ITprimcallconv :: Token

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

  7. ITstdcallconv :: Token

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

  8. ImpExpAll :: EpToken ".." -> ImpExpSubSpec

    ghc-lib-parser GHC.Parser.PostProcess

    No documentation available.

  9. ImpExpAllWith :: [LocatedA ImpExpQcSpec] -> ImpExpSubSpec

    ghc-lib-parser GHC.Parser.PostProcess

    No documentation available.

  10. mkHsForallPV :: DisambECP b => SrcSpan -> HsForAllTelescope GhcPs -> LocatedA b -> PV (LocatedA b)

    ghc-lib-parser GHC.Parser.PostProcess

    Disambiguate "forall a. b" and "forall a -> b" (forall telescope)

Page 588 of many | Previous | Next