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.
appendStmt :: Txn -> Maybe Statement -> Maybe StatementHastructure Stmt No documentation available.
queryStmt :: QueryByComment a => a -> TxnComment -> [Txn]Hastructure Stmt No documentation available.
queryStmtAsOf :: QueryByComment a => a -> Date -> TxnComment -> [Txn]Hastructure Stmt No documentation available.
trgStmt :: Trigger -> Maybe StatementHastructure Triggers Transaction stmt
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
uniformListM :: (HasStatefulGen g m, Uniform a) => Int -> m [a]ImpSpec Test.ImpSpec.Random No documentation available.
deleteElemSTM :: (Typeable a, Serialize a, Indexable a) => RefQueue a -> a -> STM ()TCache Data.Persistent.Collection Version in the STM monad
flushSTM :: (Typeable a, Serialize a) => RefQueue a -> STM ()TCache Data.Persistent.Collection Version in the STM monad
isEmptySTM :: (Typeable a, Serialize a) => RefQueue a -> STM BoolTCache Data.Persistent.Collection No documentation available.
pickAllSTM :: (Typeable a, Serialize a) => RefQueue a -> STM [a]TCache Data.Persistent.Collection Version in the STM monad