| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sun, 18 Jan 2026 20:27:52 GMT
X-Served-By: cache-dfw-ktki8620071-DFW, cache-bom-vanm7210024-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768768072.817689,VS0,VE768
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
reflex-transformers: Collections and switchable Monad transformers for Reflex
[Skip to Readme]
reflex-transformers
reflex-transformers: Collections and switchable Monad transformers for Reflex
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.
[Skip to Readme]
Modules
[Index]
Downloads
- reflex-transformers-0.2.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1, 0.2, 0.2.1 |
|---|---|
| Dependencies | 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), stateWriter (>=0.2.6 && <0.3), transformers (>=0.2) [details] |
| License | BSD-3-Clause |
| Copyright | Copyright (C) 2015 Oliver Batchelor |
| Author | Oliver Batchelor |
| Maintainer | saulzar@gmail.com |
| Uploaded | by saulzar at 2015-10-16T01:24:03Z |
| Category | FRP |
| Home page | https://github.com/saulzar/reflex-transformers |
| Bug tracker | https://github.com/saulzar/reflex-transformers/issues |
| Source repo | head: git clone https://github.com/saulzar/reflex-transformers.git |
| Distributions | |
| Reverse Dependencies | 2 direct, 0 indirect [details] |
| Downloads | 2044 total (11 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2015-10-16 [all 1 reports] |
Readme for reflex-transformers-0.2.1
[back to package description]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.