Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. reader :: MonadReader r m => (r -> a) -> m a

    mtl Control.Monad.Reader.Class

    Retrieves a function of the current environment.

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

    time Data.Time.Format

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

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

    time Data.Time.Format

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

  4. readable :: Permissions -> Bool

    directory System.Directory

    No documentation available.

  5. readSymbolicLink :: OsPath -> IO OsPath

    directory System.Directory.Internal

    No documentation available.

  6. readable :: Permissions -> Bool

    directory System.Directory.Internal

    No documentation available.

  7. readable :: Permissions -> Bool

    directory System.Directory.OsPath

    No documentation available.

  8. readJSONReports :: FilePath -> IO (Either String ReportFileContents)

    criterion Criterion.IO

    Alternative file IO with JSON instances. Read a list of reports from a .json file produced by criterion. If the version does not match exactly, this issues a warning.

  9. readRecords :: Binary a => FilePath -> IO (Either String [a])

    criterion Criterion.IO

    Read all records from the given file.

  10. readArray :: (MArray a e m, Ix i) => a i e -> i -> m e

    array Data.Array.Base

    Read an element from a mutable array

Page 71 of many | Previous | Next