• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. ITdarrow :: IsUnicodeSyntax -> Token

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

  2. ITlarrow :: IsUnicodeSyntax -> Token

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

  3. ITlarrowtail :: IsUnicodeSyntax -> Token

    ghc-lib-parser GHC.Parser.Lexer

    -<
    

  4. ITrarrow :: IsUnicodeSyntax -> Token

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

  5. ITrarrowtail :: IsUnicodeSyntax -> Token

    ghc-lib-parser GHC.Parser.Lexer

    >-
    

  6. mkHsArrowPV :: DisambECP b => SrcSpan -> ArrowParsingMode lhs b -> LocatedA lhs -> HsArrowOf (LocatedA b) GhcPs -> LocatedA b -> PV (LocatedA b)

    ghc-lib-parser GHC.Parser.PostProcess

    Disambiguate "(a -> b)" (view pattern or function type arrow)

  7. withArrowParsingMode :: DisambECP b => (forall lhs . DisambECP lhs => ArrowParsingMode lhs b -> PV r) -> PV r

    ghc-lib-parser GHC.Parser.PostProcess

    No documentation available.

  8. withArrowParsingMode' :: DisambECP b => (forall lhs . DisambECP lhs => ArrowParsingMode lhs b -> PV (LocatedA b)) -> PV (LocatedA b)

    ghc-lib-parser GHC.Parser.PostProcess

    No documentation available.

  9. ContextArrowSyntax :: TypeSyntax

    ghc-lib-parser GHC.Tc.Errors.Types

    ctx => t
    

  10. EmptyStmtsGroupInArrowNotation :: EmptyStatementGroupErrReason

    ghc-lib-parser GHC.Tc.Errors.Types

    Empty statement group in arrow notation Example: proc () -> do

Page 70 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete