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. readResourcesByKey :: IResource a => [String] -> IO [Maybe a]

    TCache Data.TCache

    hopefully optimized read of many objects by key.

  2. readByKey :: Persist -> Key -> IO (Maybe ByteString)

    TCache Data.TCache.DefaultPersistence

    read by key. It must be strict

  3. readByKey :: Persist -> Key -> IO (Maybe ByteString)

    TCache Data.TCache.Defs

    read by key. It must be strict

  4. readFileStrict :: FilePath -> IO ByteString

    TCache Data.TCache.Defs

    Strict read from file, needed for default file persistence

  5. readResource :: IResource a => a -> IO (Maybe a)

    TCache Data.TCache.IResource

    No documentation available.

  6. readResourceByKey :: IResource a => String -> IO (Maybe a)

    TCache Data.TCache.IResource

    Implements the database access and marshalling of the object. while the database access must be strict, the marshaling must be lazy if, as is often the case, some parts of the object are not really accesed. If the object contains DBRefs, this avoids unnecesary cache lookups. This method is called within atomically blocks. Since STM transactions retry, readResourceByKey may be called twice in strange situations. So it must be idempotent, not only in the result but also in the effect in the database . However, because it is executed by safeIOToSTM it is guaranteed that the execution is not interrupted.

  7. readResourcesByKey :: IResource a => [String] -> IO [Maybe a]

    TCache Data.TCache.IResource

    hopefully optimized read of many objects by key.

  8. readRNAalifold :: String -> IO (Either ParseError RNAalifold)

    ViennaRNAParser Bio.RNAalifoldParser

    parse RNAalifold output from input filePath

  9. readRNAcode :: String -> IO (Either ParseError RNAcode)

    ViennaRNAParser Bio.RNAcodeParser

    parse RNAcode from input filePath

  10. readRNAcodeTabular :: String -> IO (Either ParseError RNAcode)

    ViennaRNAParser Bio.RNAcodeParser

    parse RNAcode from input filePath

Page 293 of many | Previous | Next