Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readIORefU :: Prim a => IORefU a -> IO aunboxed-ref Data.IORef.Unboxed Read the value of an IORefU
readSTRefU :: Prim a => STRefU s a -> ST s aunboxed-ref Data.STRef.Unboxed Read the value of an STRefU
readable :: Permissions -> Boolunliftio-path UnliftIO.Path.Directory No documentation available.
readUTF8File :: UTF8 a => FilePath -> IO autf8-light Codec.Binary.UTF8.Light No documentation available.
-
vessel Tutorial No documentation available.
-
vty-unix Graphics.Vty.Platform.Unix.Input.Classify.Parse Read a character from the input stream. If one cannot be read (e.g. we are out of characters), fail parsing.
-
vty-unix Graphics.Vty.Platform.Unix.Input.Classify.Parse Read an integer from the input stream. If an integer cannot be read, fail parsing. E.g. calling readInt on an input of "123abc" will return '123' and consume those characters.
readKeys :: Store (flags :: k) -> IO [(ByteString, ByteString)]wai-feature-flags Network.FeatureFlags Read all key,value pairs from the store.
readJar :: FilePath -> IO (Either String CookieJar)web-cookiejar Web.Cookie.Jar Read a Cookie Jar from a file.
readJarX :: FilePath -> IO CookieJarweb-cookiejar Web.Cookie.Jar Like readJar, but throws BadJarFile in IO if the read fails