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.
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.
-
lens Control.Lens.Internal.TH No documentation available.
identLetter :: GenLanguageDef s u (m :: Type -> Type) -> ParsecT s u m Charparsec Text.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.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.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.
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.