G'day all.

Quoting Jan-Willem Maessen <[EMAIL PROTECTED]>:

> How about one that's actually H98?  The types here aren't *that*
> fiddly... :-)

Well, part of what I was doing was experimenting with what a library like
this should look like, even more than what it should do.  For some reason,
I kind of like writing this:

    *Math.Prime> is Prime 42
    False

instead of this:

    *Math.Prime> isPrime 42
    False

Possibly unnecessary, but it appeals to my inner generic programmer.

If you want to refactor the library so that it's a glasgow-exts interface
on top of a H98 core, by all means do so.  That's what darcs is for. :-)

Cheers,
Andrew Bromage
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to