Changes between Version 12 and Version 13 of Language/VersusHaskell
- Timestamp:
- 06/17/10 04:08:47 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Language/VersusHaskell
v12 v13 35 35 36 36 === No Dictionary Passing === 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 w ithclass 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 who's types have class contexts. For example, this is ok: 38 38 39 39 {{{
