Changes between Version 11 and Version 12 of Language/VersusHaskell
- Timestamp:
- 06/17/10 04:08:15 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Language/VersusHaskell
v11 v12 35 35 36 36 === No Dictionary Passing === 37 Dictionary passing for type classes isn't implemented yet, but we plan to in the medium term (within 12 months). You can still define new classes and instances, but each method call must be resolved to its instance at the point of use. In practice this means that you can't write functions with class contexts. For example, this is ok:37 Dictionary passing for type classes isn't implemented yet, but we plan to do this in the medium term (within 12 months). You can still define new classes and instances, but each method call must be resolved to its instance at the point of use. In practice this means that you can't write functions with class contexts. For example, this is ok: 38 38 39 39 {{{
