Module

Grain.Class.GProxy

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

#GProxy Source

data GProxy a

A type of global state proxy.

Constructors

#GlobalGrain Source

class GlobalGrain a  where

Representation of a partial state of application state.

You can use this to define global state.

TypeRef is used as state key internally for uniqueness.

Members