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. iduplicate :: IndexedComonad w => w a c t -> w a b (w b c t)

    lens Control.Lens.Internal.Context

    duplicate an indexed comonadic value splitting the index.

  2. idValName :: Name

    lens Control.Lens.Internal.TH

    No documentation available.

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

    parsec Text.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.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.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. 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 '_'.

  7. 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 '_'.

  8. 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 '_'.

  9. 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 '_'.

  10. 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.

Page 262 of many | Previous | Next