Changes between Version 2 and Version 3 of ExplicitForall
- Timestamp:
- 11/19/10 07:08:05 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExplicitForall
v2 v3 7 7 == Compiler support == 8 8 9 || GHC || [ full ( Rank2Types etc) ] ||9 || GHC || [ full (ExplicitForAll) ] || 10 10 || nhc98 || [ none ] || 11 11 || Hugs || [ full (+98) ] || … … 16 16 == Description == 17 17 18 ExplicitFor all enables the use of the keyword 'forall' to make a type18 ExplicitForAll enables the use of the keyword 'forall' to make a type 19 19 explicitly polymorphic. Syntactically, it would mean the following 20 20 change to Haskell 98:
