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.

  1. readPTime :: ParseTime t => Bool -> TimeLocale -> String -> ReadP t

    time-compat Data.Time.Format.Compat

    Parse a time value given a format string. See parseTimeM for details.

  2. readSTime :: ParseTime t => Bool -> TimeLocale -> String -> ReadS t

    time-compat Data.Time.Format.Compat

    Parse a time value given a format string. See parseTimeM for details.

  3. readTime :: ParseTime t => TimeLocale -> String -> String -> t

    time-compat Data.Time.Format.Compat

    Deprecated: use "parseTimeOrError True" instead

  4. readsTime :: ParseTime t => TimeLocale -> String -> ReadS t

    time-compat Data.Time.Format.Compat

    Deprecated: use "readSTime True" instead

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

  6. readColourName :: (MonadFail m, Monad m, Ord a, Floating a) => String -> m (Colour a)

    diagrams-lib Diagrams.Prelude

    No documentation available.

  7. readFile :: FilePath -> IO String

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  8. readIO :: Read a => String -> IO a

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  9. readList :: Read a => ReadS [a]

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  10. readLn :: Read a => IO a

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

Page 127 of many | Previous | Next