Haskell Arrows Application

View: New views
3 Messages — Rating Filter:   Alert me  

Haskell Arrows Application

by Hannousse :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.  

RE: Haskell Arrows Application

by bf3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@... [mailto:haskell-bounces@...]
> On Behalf Of Hannousse
> Sent: Wednesday, May 06, 2009 4:40 PM
> To: haskell@...
> 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@...
> http://www.haskell.org/mailman/listinfo/haskell

_______________________________________________
Haskell mailing list
Haskell@...
http://www.haskell.org/mailman/listinfo/haskell

Re: Haskell Arrows Application

by Uwe Schmidt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
_______________________________________________
Haskell mailing list
Haskell@...
http://www.haskell.org/mailman/listinfo/haskell