Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readPTime :: ParseTime t => Bool -> TimeLocale -> String -> ReadP ttime-compat Data.Time.Format.Compat Parse a time value given a format string. See parseTimeM for details.
readSTime :: ParseTime t => Bool -> TimeLocale -> String -> ReadS ttime-compat Data.Time.Format.Compat Parse a time value given a format string. See parseTimeM for details.
readTime :: ParseTime t => TimeLocale -> String -> String -> ttime-compat Data.Time.Format.Compat Deprecated: use "parseTimeOrError True" instead
readsTime :: ParseTime t => TimeLocale -> String -> ReadS ttime-compat Data.Time.Format.Compat Deprecated: use "readSTime True" instead
readHexColor :: (Applicative m, MonadFail m) => String -> m (AlphaColour Double)diagrams-lib Diagrams.Backend.CmdLine Parses a hexadecimal color. The string can start with "0x" or "#" or just be a string of hexadecimal values. If four or three digits are given each digit is repeated to form a full 24 or 32 bit color. For example, "0xfc4" is the same as "0xffcc44". When eight or six digits are given each pair of digits is a color or alpha channel with the order being red, green, blue, alpha.
readColourName :: (MonadFail m, Monad m, Ord a, Floating a) => String -> m (Colour a)diagrams-lib Diagrams.Prelude No documentation available.
readFile :: FilePath -> IO StringCabal-syntax Distribution.Compat.Prelude No documentation available.
readIO :: Read a => String -> IO aCabal-syntax Distribution.Compat.Prelude No documentation available.
readList :: Read a => ReadS [a]Cabal-syntax Distribution.Compat.Prelude No documentation available.
-
Cabal-syntax Distribution.Compat.Prelude No documentation available.