Module

Data.Algebra.Map

Package
purescript-data-algebrae
Repository
i-am-tom/purescript-data-algebrae

#Update Source

data Update key value

An update algebra for incremental modification.

Constructors

Instances

#interpret Source

interpret :: forall value key. Ord key => Map key value -> Array (Update key value) -> Maybe (Map key value)

Perform a set of incremental updates on an array, maybe returning a result.