FTP, XMLRPC libraries?

2003-08-01 Thread Bryn Keller
Hi folks,

I'm looking for FTP (client) and XMLRPC (client) libraries for Haskell. 
Does anyone know of any, or do I need to roll my own?

Thanks,
Bryn
___
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: a breaking monad (to haskell cafe)

2003-08-01 Thread Iavor Diatchki
hi,

Derek Elkins wrote:
Anyways, most of my uses of the Cont monad have been for my own personal
entertainment, and usually I break the abstraction (using
Control.Monad.Cont) to do the things I want.  I don't know if I've ever
written something that's used callCC that I kept.
except for entertainment purposes i feel pretty much the same way :-)
i think that in probably 95% of the cases that arise there is a simpler 
monad that does the job (i.e. exceptions, backtracking, etc).  of course 
it could be that we are simply not used to program using the callcc.

bye
iavor


--
==
| Iavor S. Diatchki, Ph.D. student   |
| Department of Computer Science and Engineering |
| School of OGI at OHSU  |
| http://www.cse.ogi.edu/~diatchki   |
==
___
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe