Module

React.Ix.EffR

Package
purescript-react-ix
Repository
coot/purescript-react-ix

#EffR Source

newtype EffR (e :: Row Effect) i o a

Indexed monad that track changes of types i o. Note that here we are tracking changes on the type level while in ReactThisIx we are tracking changes using # Type kind.

Constructors

Instances

#unsafePerformEffR Source

unsafePerformEffR :: forall a o i e. EffR e (RProxy i) (RProxy o) a -> a