uni-util-2.2.1.1: Utilities for the uniform workbench

Util.KeyedChanges

Description

This implements a SinkSource with keyed changes.

Documentation

data KeyedChanges key delta Source

Instances

Ord key => HasSource (KeyedChanges key delta) [delta] delta 

sendKeyedChanges :: Ord key => key -> delta -> KeyedChanges key delta -> IO ()Source

deleteKeyedChange :: Ord key => key -> delta -> KeyedChanges key delta -> IO ()Source