| Hmmm, what about compatibility with code which uses generics? Would
| HOpenGL work with it? It would be a bad idea for a library to make
| some random assumptions about its intended usage...
Yes, you get two functions per data type. If you compile with
-fno-generics then the only bad thing is that you won't be able to do
the 'derivable type classes' thing:
http://haskell.cs.yale.edu/ghc/docs/latest/html/users_guide/generic-clas
ses.html
Everything else will be fine.
Simon
_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries