[Haskell-cafe] Re: ldap-haskell questions

2006-07-15 Thread Donn Cave
Quoth Ferenc Wagner <[EMAIL PROTECTED]>: ... | find -type f | xargs grep -i tls | revealed nothing in my ldap-haskell tree. Isn't your interface | available for the public by chance? It isn't at the moment, and while I don't have anything like a proprietary interest to keep me from posting it som

[Haskell-cafe] packaging modules with internal-only functions

2006-07-15 Thread Evan Martin
I'm writing an FFI bindings module, and one of the pieces from the library I want to wrap is their "Error" type. module Error where To the user of the module, I'd like to only expose the nicely wrapped interface: data Error = Error String String instance Typeable Error where ... -- for throwD

Re: [Haskell-cafe] Windows PowerShell "Monad"

2006-07-15 Thread Evan Martin
On 7/16/06, Chad Scherrer <[EMAIL PROTECTED]> wrote: On 7/15/06, Krasimir Angelov <[EMAIL PROTECTED]> wrote: > Mostly coincidence. It isn't a good choice for name, I think but the > same is true for .NET. Each time when I am googling for .NET I receive > lots of irrelevant results. The same will

Re: [Haskell-cafe] Windows PowerShell "Monad"

2006-07-15 Thread Chad Scherrer
On 7/15/06, Krasimir Angelov <[EMAIL PROTECTED]> wrote: Mostly coincidence. It isn't a good choice for name, I think but the same is true for .NET. Each time when I am googling for .NET I receive lots of irrelevant results. The same will happen with Monad now. It's not even a production release

[Haskell-cafe] Re: Why is Day and Month bounded?

2006-07-15 Thread Johan Holmquist
2006/7/14, David House <[EMAIL PROTECTED]>: On 14/07/06, Johan Holmquist <[EMAIL PROTECTED]> wrote: > > You mean [Monday, Tuesday ... Sunday, Monday] ? > > Actually not. No repetitions. That seems like a very bad idea. '..' normally means 'inclusive', breaking those semantics would be a very we

[Haskell-cafe] Re: ldap-haskell questions

2006-07-15 Thread Ferenc Wagner
Donn Cave <[EMAIL PROTECTED]> writes: > On Thu, 13 Jul 2006, Ferenc Wagner wrote: > ... >> Second, I find no trace of SSL/TLS routines. Is that really >> left out, or do I overlook something? > > OpenLDAP supports an option LDAP_OPT_X_TLS -- > > ldap_set_option Nothing LDAP_OPT_X_TLS LDAP_OPT

Re: [Haskell-cafe] The History of Haskell

2006-07-15 Thread Krasimir Angelov
It was very interesting reading. Thanks! The slightly anecdotal style of writing is making it even pleasant to read. On 7/14/06, Simon Peyton-Jones <[EMAIL PROTECTED]> wrote: Friends, Phil Wadler, John Hughes, Paul Hudak and I have been writing a paper about the The History of Haskell

Re: [Haskell-cafe] Windows PowerShell "Monad"

2006-07-15 Thread Krasimir Angelov
Mostly coincidence. It isn't a good choice for name, I think but the same is true for .NET. Each time when I am googling for .NET I receive lots of irrelevant results. The same will happen with Monad now. On 7/14/06, Chad Scherrer <[EMAIL PROTECTED]> wrote: Yep, that's its codename. Now, I'm no