Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
alphaNum :: forall s (m :: Type -> Type) u . Stream s m Char => ParsecT s u m Charparsec Text.ParserCombinators.Parsec.Char Parses a alphabetic or numeric Unicode characters according to isAlphaNum. Returns the parsed character. Note that numeric digits outside the ASCII range (such as arabic-indic digits like e.g. "٤" or U+0664), as well as numeric characters which aren't digits, are parsed by this function but not by digit.
enumerate :: Location -> [Location]doctest Test.DocTest.Internal.Location Create a list from a location, by repeatedly increasing the line number by one.
-
conduit Conduit Enumerate from a value to a final value, inclusive, via succ. This is generally more efficient than using Prelude's enumFromTo and combining with sourceList since this avoids any intermediate data structures.
-
conduit Data.Conduit.Combinators Enumerate from a value to a final value, inclusive, via succ. This is generally more efficient than using Prelude's enumFromTo and combining with sourceList since this avoids any intermediate data structures. Subject to fusion
-
conduit Data.Conduit.Internal No documentation available.
-
conduit Data.Conduit.Internal.List.Stream No documentation available.
-
conduit Data.Conduit.Internal.List.Stream No documentation available.
-
conduit Data.Conduit.List Enumerate from a value to a final value, inclusive, via succ. This is generally more efficient than using Prelude's enumFromTo and combining with sourceList since this avoids any intermediate data structures. Subject to fusion Since 0.4.2
managerSetMaxNumberHeaders :: Int -> ManagerSettings -> ManagerSettingshttp-client Network.HTTP.Client No documentation available.
-
http-client Network.HTTP.Client.Internal The maximum number of header fields.