DeepArrow: Arrows for "deep application"
This library provides a framework for type-directed composition of value
editors (non-syntactic transformations). The tools enable "deep function
application" in two senses: deep application of functions and
application of deep functions. These tools generalize beyond values and
functions, via the DeepArrow subclass of the Arrow type class.
For more information see:
The project wiki page http://haskell.org/haskellwiki/DeepArrow
Application of deep arrows for composable interfaces in the TV library: http://haskell.org/haskellwiki/TV
The motivating idea and paper "Tangible Functional Programming": http://conal.net/papers/Eros
The primary module is Control.Arrow.DeepArrow. Examples in Control.Arrow.DeepArrow.Examples.
Note: Many of the type signatures use infix type operators (as in
a~>b). In reading the documentation and code, be aware that infix
operators bind more tightly than ->.
© 2007-2012 by Conal Elliott (http://conal.net); BSD3 license.
Modules
[Index]
Downloads
- DeepArrow-0.4.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.0, 0.0.1, 0.2, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.7, 0.4.0 |
|---|---|
| Dependencies | base (<5), haskell-src, mtl, TypeCompose (>=0.9.5) [details] |
| License | BSD-3-Clause |
| Copyright | (c) 2007-2013 by Conal Elliott |
| Author | Conal Elliott <conal@conal.net> |
| Maintainer | conal@conal.net |
| Category | Combinators, Control |
| Home page | http://haskell.org/haskellwiki/DeepArrow |
| Source repo | head: git clone git://github.com/conal/DeepArrow.git |
| Uploaded | by ConalElliott at 2013-08-13T15:38:02Z |
| Distributions | |
| Reverse Dependencies | 3 direct, 2 indirect [details] |
| Downloads | 8874 total (14 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |