Module

Data.Array.Effect

Package
purescript-web-chain
Repository
david-sledge/purescript-web-chain

#EffectArray Source

data EffectArray t0

#freeze Source

freeze :: forall m a. MonadEffect m => EffectArray a -> m (Array a)

#new Source

new :: forall m a. MonadEffect m => m (EffectArray a)

#push Source

push :: forall m a. MonadEffect m => a -> EffectArray a -> m Unit