Description
Provides state variable abstractions for Haskell. State variables represent values that can be read and written through a consistent interface, often wrapping lower-level mutable state.
It is useful for graphics bindings, UI libraries, configuration handles, and APIs that expose mutable properties. It is a developer library and has no standalone interface.