Merge pull request #6 from input-output-hk/typo-fixes-in-monoidal-interface
Fix typos in monoidal interface
Fix typos in monoidal interface
, close
-- * Table querying and updates
-- ** Queries
, Range
, Range (..)
, LookupResult (..)
, lookups
, RangeLookupResult (..)
, updates
, inserts
, deletes
, mupserts
-- * Snapshots
, VerificationFailure
, SnapshotName
-- Multiple tables of the same type but with different configuration parameters
-- can live in the same session. However, some operations, like
mergeTables ::
(IOLike m, Monoid v)
(IOLike m, SomeUpdateConstraint v)
=> TableHandle m k v
-> TableHandle m k v
-> m (TableHandle m k v)
Alonzo builds