Uluslararasý Ýþ FIRSATI..

2002-07-30 Thread Ýþ Fýrsatý
Uluslararasý amerikan firmasý saðlýk, kozmetik, gýda ve telekomünikasyon alanýnda uluslar arasý çalýþma imkaný tanýyor. Önkoþulsuz, sermayesiz ve risksiz. Dilerseniz ek gelir dilerseniz milyon $ 'lýk bir iþ; ...ve baðýmsýz! Ýlgileniyorsanýz. AYLA HAYBAT [EMAIL PROTECTED] Ayrýntýlý

ANNOUNCE: HOpenGL 1.03 released

2002-07-30 Thread Sven Panne
HOpenGL, a Haskell binding for OpenGL and GLUT version 1.03 I am pleased to announce the fourteenth release of the Haskell binding for GL 1.2.1 / GLU 1.3 / GLUT 3.7beta. It offers easy access to *the* industrial strength 3D graphics API and a GUI toolk

Re: edison question

2002-07-30 Thread Brian Huffman
The Collection module just defines the OrdColl class, without giving any instances for it. To use the Collection module directly, you would have to define one or more instances yourself, something like this: data Bag a = ... instance OrdColl Bag a where insert a c = ... minElem c = ... ..

Re: edison question

2002-07-30 Thread Hal Daume III
I'm no edison expert but it seems the problem simply is that you're using overloaded functions and the compiler can't tell which instance you're trying to use. Try adding a type signature to the definition of sorted (I'm not familiar enough with edision to know what the type is) but something lik

Haskell 98 report

2002-07-30 Thread Simon Peyton-Jones
Folks I'm happy to say that the Haskell 98 Report (both language and libraries) is going to be published as a book! It'll be a (very) special issue of the Journal of Functional programming (Jan 2003), but will be available separately through bookshops as a book published by Cambridge University

edison question

2002-07-30 Thread paul
I am quite confused with the collection package provided by the edison library. Attached is a sample program, what I wanted to do is to maintain a sorted of Pair of id and time (sorted by time). The error I got is: ghc -package data -package lang test.hs test.hs:17: No instance for `Collecti

RE: deriving instances for "hidden" types

2002-07-30 Thread Simon Peyton-Jones
Look on my home page! http://research.microsoft.com/~simonpj Simon | -Original Message- | From: Scott J. [mailto:[EMAIL PROTECTED]] | Sent: 30 July 2002 01:01 | To: Simon Peyton-Jones | Cc: [EMAIL PROTECTED] | Subject: Re: deriving instances for "hidden" types | | | Is Templa