reflex-transformers: Collections and switchable Monad transformers for Reflex

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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]

Properties

Versions 0.1, 0.1, 0.2, 0.2.1
Change log None available
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-12T21:22:51Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for reflex-transformers-0.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.