Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. identStartChar :: Parser Char

    flatparse FlatParse.Examples.BasicLambda.Lexer

    Read a starting character of an identifier.

  2. ident :: Parser Name

    flatparse FlatParse.Examples.BasicLambda.Parser

    Parse an identifier. This parser uses isKeyword to check that an identifier is not a keyword.

  3. ident' :: Parser Name

    flatparse FlatParse.Examples.BasicLambda.Parser

    Parse an identifier, throw a precise error on failure.

  4. ident_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  5. idFVs :: Id -> FV

    ghc-lib-parser GHC.Core.FVs

    No documentation available.

  6. idFreeVars :: Id -> VarSet

    ghc-lib-parser GHC.Core.FVs

    No documentation available.

  7. idRuleVars :: Id -> VarSet

    ghc-lib-parser GHC.Core.FVs

    No documentation available.

  8. idUnfoldingVars :: Id -> VarSet

    ghc-lib-parser GHC.Core.FVs

    No documentation available.

  9. identicalClsInstHead :: ClsInst -> ClsInst -> Bool

    ghc-lib-parser GHC.Core.InstEnv

    True when when the instance heads are the same e.g. both are Eq [(a,b)] Used for overriding in GHCi Obviously should be insensitive to alpha-renaming

  10. idArityType :: Id -> ArityType

    ghc-lib-parser GHC.Core.Opt.Arity

    No documentation available.

Page 285 of many | Previous | Next