Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. widenFp :: Float -> Double

    ghc GHC.Llvm.Types

    No documentation available.

  2. parseIdentifier :: P (LocatedN RdrName)

    ghc GHC.Parser

    No documentation available.

  3. AnnFunId :: AnnKeywordId

    ghc GHC.Parser.Annotation

    for function name in matches where there are multiple equations for the function.

  4. AnnHiding :: AnnKeywordId

    ghc GHC.Parser.Annotation

    No documentation available.

  5. data AnnKeywordId

    ghc GHC.Parser.Annotation

    Exact print annotations exist so that tools can perform source to source conversions of Haskell code. They are used to keep track of the various syntactic keywords that are not otherwise captured in the AST. The wiki page describing this feature is https://gitlab.haskell.org/ghc/ghc/wikis/api-annotations https://gitlab.haskell.org/ghc/ghc/-/wikis/implementing-trees-that-grow/in-tree-api-annotations Note: in general the names of these are taken from the corresponding token, unless otherwise noted See Note [exact print annotations] above for details of the usage

  6. widenAnchor :: Anchor -> [AddEpAnn] -> Anchor

    ghc GHC.Parser.Annotation

    No documentation available.

  7. widenAnchorS :: Anchor -> SrcSpan -> Anchor

    ghc GHC.Parser.Annotation

    No documentation available.

  8. widenLocatedAn :: EpAnn an -> [AddEpAnn] -> EpAnn an

    ghc GHC.Parser.Annotation

    No documentation available.

  9. widenSpan :: SrcSpan -> [AddEpAnn] -> SrcSpan

    ghc GHC.Parser.Annotation

    The annotations need to all come after the anchor. Make sure this is the case.

  10. is_ident :: Char -> Bool

    ghc GHC.Parser.CharClass

    No documentation available.

Page 523 of many | Previous | Next