reflex-dynamic-containers-0.1.0.0: various dynamic containers for Reflex

Copyright(C) 2020 Peter Lu
Licensesee the file LICENSE
Maintainerpdlla <chippermonky@gmail.com>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Reflex.Data.Stack

Description

This is the same as List but with a limited interface.

Synopsis

Documentation

data DynamicStackConfig t a Source #

Constructors

DynamicStackConfig 

Fields

holdDynamicStack :: forall t m a. (Reflex t, MonadHold t m, MonadFix m) => [a] -> DynamicStackConfig t a -> m (DynamicStack t a) Source #

create a dynamic list