Haskell Arrows Application
Hello, I'm interested to the concept of arrows in Haskell, however, I couldn't find a real application or example using this new technology in a real world application. All what I found are just academic examples and other people developing new specific libraries using arrows.Could someone, please, give me a reference to one of the real applications that uses arrows. Thank you for all Hannousse. -- View this message in context: http://www.nabble.com/Haskell-Arrows-Application-tp23402523p23402523.html Sent from the Haskell - Haskell mailing list archive at Nabble.com.
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/frag http://hackage.haskell.org/cgi-bin/hackage-scripts/package/YampaSynth Both make use of http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Yampa
-----Original Message----- From: haskell-bounces@haskell.org [mailto:haskell-bounces@haskell.org] On Behalf Of Hannousse Sent: Wednesday, May 06, 2009 4:40 PM To: haskell@haskell.org Subject: [Haskell] Haskell Arrows Application
Hello,
I'm interested to the concept of arrows in Haskell, however, I couldn't find a real application or example using this new technology in a real world application. All what I found are just academic examples and other people developing new specific libraries using arrows.Could someone, please, give me a reference to one of the real applications that uses arrows.
Thank you for all
Hannousse. -- View this message in context: http://www.nabble.com/Haskell-Arrows- Application-tp23402523p23402523.html Sent from the Haskell - Haskell mailing list archive at Nabble.com.
_______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell
Hannousse wrote:
I'm interested to the concept of arrows in Haskell, however, I couldn't find a real application or example using this new technology in a real world application. All what I found are just academic examples and other
The XML processing in HXT (http://www.fh-wedel.de/~si/HXmlToolbox/index.html) is based on arrows Cheers, Uwe
participants (3)
-
bf3@telenet.be -
Hannousse -
Uwe Schmidt