Changes between Version 170 and Version 171 of Commentary
- Timestamp:
- 12/21/11 00:50:33 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary
v170 v171 69 69 * [wiki:SQLLikeComprehensions SQL-Like Comprehensions]: Notes on SPJs "Comprehensive Comprehensions" (TransformComprehensions) 70 70 * [wiki:KindFact A kind for facts (e.g. class constraints). Implemented as ConstraintKinds] 71 * [wiki:GhcKinds Kind level]: Notes on `-XPolyKinds` 71 72 72 73 * Notes on proposed or in progress (but out of tree) GHC compiler features: … … 76 77 * [wiki:PatternSynonyms Pattern synonyms] 77 78 * [wiki:TypeNats Type level naturals] 78 * [wiki:GhcKinds Kind level]: Notes on the theory, design and implementation of a kind level by promotion of data types.79 79 * [wiki:PolymorphicDynamic Polymorphic Dynamic]: Notes on adding ad-hoc polymorphic dynamic types 80 80 * [wiki:DefaultSuperclassInstances Proposal to allow classes to give default implementations for their superclasses] … … 86 86 * [wiki:BlockObjects C Blocks]: Haskell FFI support for block objects (closures) in C 87 87 * [wiki:ExplicitTypeApplication Syntax for explicit type application and scoped type variables] 88 * [wiki:DeferErrorsToRuntime Deferring compilation type errors to runtime] 88 89 89 90 * GHCi Debuger
