Module

Zeta.Types

Package
purescript-zeta
Repository
athanclark/purescript-zeta

#SCOPE Source

data SCOPE :: Type

#WRITE Source

data WRITE :: SCOPE

#READ Source

data READ :: SCOPE

#Handler Source

type Handler a = a -> Effect Unit

#SignalScope Source

class SignalScope (s :: Row SCOPE -> Type -> Type)  where

Members