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.
identLetter :: GenLanguageDef s u (m :: Type -> Type) -> ParsecT s u m Charparsec Text.ParserCombinators.Parsec.Language This parser should accept any legal tail characters of identifiers. For example alphaNum <|> char '_'.
identStart :: GenLanguageDef s u (m :: Type -> Type) -> ParsecT s u m Charparsec Text.ParserCombinators.Parsec.Language This parser should accept any start characters of identifiers. For example letter <|> char '_'.
identLetter :: GenLanguageDef s u (m :: Type -> Type) -> ParsecT s u m Charparsec Text.ParserCombinators.Parsec.Token This parser should accept any legal tail characters of identifiers. For example alphaNum <|> char '_'.
identStart :: GenLanguageDef s u (m :: Type -> Type) -> ParsecT s u m Charparsec Text.ParserCombinators.Parsec.Token This parser should accept any start characters of identifiers. For example letter <|> char '_'.
identifier :: GenTokenParser s u (m :: Type -> Type) -> ParsecT s u m Stringparsec 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.
-
optparse-applicative Options.Applicative Trivial option modifier.
-
optparse-applicative Options.Applicative.Builder Trivial option modifier.
idP :: forall (m :: Type -> Type) l a r . Monad m => Pipe l a a r m rconduit Data.Conduit.Internal The identity Pipe. Since 0.5.0
-
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
-
ghc GHC No documentation available.