data-store-0.3.0.4: Type safe, in-memory dictionary with multidimensional keys.

Safe HaskellNone

Data.Store.Lens

Documentation

class With sel whereSource

Methods

with :: Empty (Index irs ts) => sel tag krs irs ts -> Lens' (Store tag krs irs ts v) (Store tag krs irs ts v)Source

Instances

IsSelection sel => With sel