Hoogle Search

Within LTS Haskell 23.21 (ghc-9.8.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. writeDBRef :: (IResource a, Typeable a) => DBRef a -> a -> STM ()

    TCache Data.TCache

    Write in the reference a value The new key must be the same than the old key of the previous object stored otherwise, an error "law of key conservation broken" will be raised WARNING: the value to be written in the DBRef must be fully evaluated. Delayed evaluations at serialization time can cause inconsistencies in the database. In future releases this will be enforced.

Page 1 of 1