• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. appendStmt :: Txn -> Maybe Statement -> Maybe Statement

    Hastructure Stmt

    No documentation available.

  2. queryStmt :: QueryByComment a => a -> TxnComment -> [Txn]

    Hastructure Stmt

    No documentation available.

  3. queryStmtAsOf :: QueryByComment a => a -> Date -> TxnComment -> [Txn]

    Hastructure Stmt

    No documentation available.

  4. trgStmt :: Trigger -> Maybe Statement

    Hastructure Triggers

    Transaction stmt

  5. adjustM :: (Ord k, Applicative m) => (a -> m a) -> k -> Map k a -> m (Map k a)

    Hastructure Util

    lookup and apply a function to a single value in a map ,return a value

  6. uniformListM :: (HasStatefulGen g m, Uniform a) => Int -> m [a]

    ImpSpec Test.ImpSpec.Random

    No documentation available.

  7. deleteElemSTM :: (Typeable a, Serialize a, Indexable a) => RefQueue a -> a -> STM ()

    TCache Data.Persistent.Collection

    Version in the STM monad

  8. flushSTM :: (Typeable a, Serialize a) => RefQueue a -> STM ()

    TCache Data.Persistent.Collection

    Version in the STM monad

  9. isEmptySTM :: (Typeable a, Serialize a) => RefQueue a -> STM Bool

    TCache Data.Persistent.Collection

    No documentation available.

  10. pickAllSTM :: (Typeable a, Serialize a) => RefQueue a -> STM [a]

    TCache Data.Persistent.Collection

    Version in the STM monad

Page 167 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete