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.

  1. readIORefU :: Prim a => IORefU a -> IO a

    unboxed-ref Data.IORef.Unboxed

    Read the value of an IORefU

  2. readSTRefU :: Prim a => STRefU s a -> ST s a

    unboxed-ref Data.STRef.Unboxed

    Read the value of an STRefU

  3. readable :: Permissions -> Bool

    unliftio-path UnliftIO.Path.Directory

    No documentation available.

  4. readUTF8File :: UTF8 a => FilePath -> IO a

    utf8-light Codec.Binary.UTF8.Light

    No documentation available.

  5. readShowLatestPost :: (MonadIO (Performable m), PerformEvent t m, PostBuild t m, MonadHold t m, MonadFix m, Query (Qsimple SelectedCount), QueryResult (Qsimple SelectedCount) ~ Rsimple, Widget t m) => m ()

    vessel Tutorial

    No documentation available.

  6. readChar :: Parser Char

    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.

  7. readInt :: Parser Int

    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.

  8. readKeys :: Store (flags :: k) -> IO [(ByteString, ByteString)]

    wai-feature-flags Network.FeatureFlags

    Read all key,value pairs from the store.

  9. readJar :: FilePath -> IO (Either String CookieJar)

    web-cookiejar Web.Cookie.Jar

    Read a Cookie Jar from a file.

  10. readJarX :: FilePath -> IO CookieJar

    web-cookiejar Web.Cookie.Jar

    Like readJar, but throws BadJarFile in IO if the read fails

Page 334 of many | Previous | Next