Hi list,
I'm pleased to announce the first release to Hackage of isohunt, a library
which binds to the isoHunt API. See http://hackage.haskell.org/package/isohunt
Cheers,
Reiner___
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman
[In short: submissions of papers & ext'd abstracts by March 26th; TFP12
symposium June 12-14th;
Apologies for multiple copies of this call -- HWL ]
CALL FOR PAPERS
13th International Symposium
Is there any deep reason why I can't write a polymorphic type in a context? I
think the record update problem can be (sort of) solved if you could write:
class Has r Rev (forall a. [a] -> [a]) => HRClass r where
setHRClass :: (forall a.[a] -> [a]) -> r -> r
but polymorphic types are not