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

Hoogle Search

Within LTS Haskell 24.55 (ghc-9.10.3)

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

  1. class HasStmt a

    Hastructure Stmt

    No documentation available.

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

    Hastructure Stmt

    No documentation available.

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

    Hastructure Stmt

    No documentation available.

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

    Hastructure Stmt

    No documentation available.

  5. trgStmt :: Trigger -> Maybe Statement

    Hastructure Triggers

    Transaction stmt

  6. 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

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

    ImpSpec Test.ImpSpec.Random

    No documentation available.

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

    TCache Data.Persistent.Collection

    Version in the STM monad

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

    TCache Data.Persistent.Collection

    Version in the STM monad

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

    TCache Data.Persistent.Collection

    No documentation available.

Page 167 of many | Previous | Next

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