RE: recursive group context bug?

2005-01-28 Thread Simon Peyton-Jones
The Report says that the functions of a mutually recursive group must all have the same context. It's a bit of a funny rule, and it's more restrictive than absolutely necessary, but that's what Haskell says. I could work to lift the restriction in GHC, but it only seems to come up in toy

RE: Problem with DB and Char size (2)

2005-01-28 Thread Bayley, Alistair
promotional-plug Actually... there is a native Oracle driver, or rather, one that uses the OCI. It's usable, but certainly not complete. http://cvs.sourceforge.net/viewcvs.py/haskell-libs/libs/takusen/src/ However, I've only tested it with bog-standard ASCII Cstrings (my NLS_LANG setting

Re: gfindtype type

2005-01-28 Thread Jim Apple
Let me restate: gfindtype's declaration should be gfindtype :: (Data x, Typeable y) = x - Maybe y Jim ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users