Filtered by
arrows
Refine results
haskell (5)
programming (2)
combinator (2)
library (2)
reactive (1)
xml (1)
control (1)
web (1)
gui (1)
streams (1)
Stream Processer Arrow
Metrics updated 05 Oct 08
Yampa is the culmination of our efforts to provide domain-specific embedded languages for the programming of hybrid systems using the concepts of Functional Reactive Programming (FRP). Yampa is structured using arrows, which greatly reduce the chance of introducing space- and time-leaks into reactive, time-varying systems
The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a more general approach for processing XML with Haskell. The Haskell XML Toolbox uses a generic data model for representing XML documents, including the DTD subset and the
Metrics updated about 19 hours ago
Lax arrows are variants of other arrows which are ?less strict? than the original arrows. They can be used, for example, to produce I/O fixpoints in situations where fixIO would fail.
PArrows is an arrows based parsing combinator library written in Haskell. The library is similar to Parsec, but arrows allow for more future optimizations.
Metrics updated about 20 hours ago