uni-util-2.3.0.1: Utilities for the uniform workbench

Safe HaskellNone

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