Question about using higher order polymorphism.

Johannes Waldmann joe@informatik.uni-leipzig.de
Wed, 16 Apr 2003 08:19:38 +0200 (MET DST)


> My question is, in which version of Haskell can I use higher order
> polymorphism features (including first class polymorphic and first class
> existential types), and how to use them (what's the syntax).  

for ghc, check this:
http://www.haskell.org/ghc/docs/latest/html/users_guide/type-extensions.html
(i think) most of this is implemented in hugs as well.

with ghc, you need `ghc -fglasgow-exts', with hugs, use `hugs -98'.
-- 
-- Johannes Waldmann ---- http://www.informatik.uni-leipzig.de/~joe/ --
-- joe@informatik.uni-leipzig.de -- phone/fax (+49) 341 9732 204/207 --