Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. identLetter :: GenLanguageDef s u (m :: Type -> Type) -> ParsecT s u m Char

    parsec Text.ParserCombinators.Parsec.Language

    This parser should accept any legal tail characters of identifiers. For example alphaNum <|> char '_'.

  2. identStart :: GenLanguageDef s u (m :: Type -> Type) -> ParsecT s u m Char

    parsec Text.ParserCombinators.Parsec.Language

    This parser should accept any start characters of identifiers. For example letter <|> char '_'.

  3. identLetter :: GenLanguageDef s u (m :: Type -> Type) -> ParsecT s u m Char

    parsec Text.ParserCombinators.Parsec.Token

    This parser should accept any legal tail characters of identifiers. For example alphaNum <|> char '_'.

  4. identStart :: GenLanguageDef s u (m :: Type -> Type) -> ParsecT s u m Char

    parsec Text.ParserCombinators.Parsec.Token

    This parser should accept any start characters of identifiers. For example letter <|> char '_'.

  5. identifier :: GenTokenParser s u (m :: Type -> Type) -> ParsecT s u m String

    parsec Text.ParserCombinators.Parsec.Token

    This lexeme parser parses a legal identifier. Returns the identifier string. This parser will fail on identifiers that are reserved words. Legal identifier (start) characters and reserved words are defined in the LanguageDef that is passed to makeTokenParser. An identifier is treated as a single token using try.

  6. idm :: Monoid m => m

    optparse-applicative Options.Applicative

    Trivial option modifier.

  7. idm :: Monoid m => m

    optparse-applicative Options.Applicative.Builder

    Trivial option modifier.

  8. idP :: forall (m :: Type -> Type) l a r . Monad m => Pipe l a a r m r

    conduit Data.Conduit.Internal

    The identity Pipe. Since 0.5.0

  9. idDataCon :: Id -> DataCon

    ghc GHC

    Get from either the worker or the wrapper Id to the DataCon. Currently used only in the desugarer. INVARIANT: idDataCon (dataConWrapId d) = d: remember, dataConWrapId can return either the wrapper or the worker

  10. idType :: Id -> Kind

    ghc GHC

    No documentation available.

Page 263 of many | Previous | Next