reflex-transformers: Collections and switchable Monad transformers for Reflex

[ bsd3, frp, library ] [ Propose Tags ]

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]

Downloads

Maintainer's Corner

Package maintainers

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
Category FRP
Home page http://github.com/saulzar/reflex-transformers
Bug tracker http://github.com/saulzar/reflex-transformers/issues
Source repo head: git clone https://github.com/saulzar/reflex-transformers.git
Uploaded by saulzar at 2015-10-16T01:24:03Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 1903 total (10 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 Build Status

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.