Module

Grain.Class.KGProxy

Package
purescript-grain
Repository
purescript-grain/purescript-grain

#KGProxy Source

data KGProxy a

A type of keyed global state proxy.

Constructors

#KeyedGlobalGrain Source

class KeyedGlobalGrain a  where

Representation of a partial state of application state.

You can use this to define global state with key for dynamic items.

TypeRef is used as state key internally for uniqueness.

Members