Module

Signal.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 eff a = a -> Eff eff Unit

#SignalScope Source

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

Members