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

Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. NameAnnRArrow :: Bool -> Maybe EpaLocation -> EpaLocation -> Maybe EpaLocation -> [TrailingAnn] -> NameAnn

    ghc GHC.Parser.Annotation

    Used for ->, as an identifier

  2. ac_darrow :: AnnContext -> Maybe (IsUnicodeSyntax, EpaLocation)

    ghc GHC.Parser.Annotation

    location and encoding of the '=>', if present.

  3. PsErrArrowCmdInExpr :: !HsCmd GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Arrow command-syntax in expression

  4. PsErrArrowCmdInPat :: !HsCmd GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Arrow command-syntax in pattern

  5. PsErrArrowExprInPat :: !HsExpr GhcPs -> PsMessage

    ghc GHC.Parser.Errors.Types

    Arrow expression-syntax in pattern

  6. ITLarrowtail :: IsUnicodeSyntax -> Token

    ghc GHC.Parser.Lexer

    -<<
    

  7. ITRarrowtail :: IsUnicodeSyntax -> Token

    ghc GHC.Parser.Lexer

    >>-
    

  8. ITdarrow :: IsUnicodeSyntax -> Token

    ghc GHC.Parser.Lexer

    No documentation available.

  9. ITlarrow :: IsUnicodeSyntax -> Token

    ghc GHC.Parser.Lexer

    No documentation available.

  10. ITlarrowtail :: IsUnicodeSyntax -> Token

    ghc GHC.Parser.Lexer

    -<
    

Page 47 of many | Previous | Next

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