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.
readDef :: Read a => a -> String -> asafe Safe No documentation available.
readEitherSafe :: Read a => String -> Either String asafe Safe This function provides a more precise error message than readEither from base.
readMay :: Read a => String -> Maybe asafe Safe No documentation available.
readNote :: (Partial, Read a) => String -> String -> asafe Safe readNote uses readEitherSafe for the error message.
-
extra Control.Concurrent.Extra Read the current value of the Var.
readVersion :: Partial => String -> Versionextra Data.Version.Extra Read a Version or throw an exception.
\x -> readVersion (showVersion x) == x readVersion "hello" == undefined
readFile' :: FilePath -> IO Stringextra Extra The readFile' function reads a file and returns the contents of the file as a string. The file is fully read before being returned, as with getContents'.
readFileBinary :: FilePath -> IO Stringextra Extra Like readFile, but for binary files.
readFileBinary' :: FilePath -> IO Stringextra Extra A strict version of readFileBinary, see readFile' for details.
readFileEncoding :: TextEncoding -> FilePath -> IO Stringextra Extra Like readFile, but setting an encoding.