Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cooked.Tweak.Mint
Synopsis
- addMintsTweak :: MonadTweak m => [Mint] -> m ()
- removeMintTweak :: MonadTweak m => (Mint -> Bool) -> m [Mint]
Documentation
addMintsTweak :: MonadTweak m => [Mint] -> m () Source #
Adds new entries to the TxSkelMints
of the transaction skeleton under
modification.
removeMintTweak :: MonadTweak m => (Mint -> Bool) -> m [Mint] Source #
Remove some entries from the TxSkelMints
of a transaction, according to
some predicate. The returned list holds the removed entries.