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.
reader :: MonadReader r m => (r -> a) -> m amtl Control.Monad.Reader.Class Retrieves a function of the current environment.
readPTime :: ParseTime t => Bool -> TimeLocale -> String -> ReadP ttime Data.Time.Format Parse a time value given a format string. See parseTimeM for details.
readSTime :: ParseTime t => Bool -> TimeLocale -> String -> ReadS ttime Data.Time.Format Parse a time value given a format string. See parseTimeM for details.
readable :: Permissions -> Booldirectory System.Directory No documentation available.
readSymbolicLink :: OsPath -> IO OsPathdirectory System.Directory.Internal No documentation available.
readable :: Permissions -> Booldirectory System.Directory.Internal No documentation available.
readable :: Permissions -> Booldirectory System.Directory.OsPath No documentation available.
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.
readRecords :: Binary a => FilePath -> IO (Either String [a])criterion Criterion.IO Read all records from the given file.
readArray :: (MArray a e m, Ix i) => a i e -> i -> m earray Data.Array.Base Read an element from a mutable array