@hackage reflex-transformers0.2.1
Collections and switchable Monad transformers for Reflex
Categories
License
BSD-3-Clause
Maintainer
saulzar@gmail.com
Links
Versions
Installation
Dependencies (8)
- base >=4.4 && <5
- containers >=0.5 && <0.6
- lens >=4.7 && <4.14
- mtl >=2.1 && <2.3
- reflex >=0.3 && <0.5
- semigroups >=0.16 && <0.18 Show all…
Dependents (2)
@hackage/reflex-animation, @hackage/reflex-gloss-scene
reflex-transformers 
Introduction
This library provides a set of Monad transformers (and instances for common transformers) on top of widget switching primitives for reflex. For example ReaderT and WriterT which operate in the presence of widget switching, allowing you to pass inputs and outputs up and down the UI tree.