Changes between Version 17 and Version 18 of Annotations
- Timestamp:
- 10/27/11 05:28:13 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Annotations
v17 v18 15 15 == State Of Play == 16 16 17 An annotations system was implemented as part of the Compiler Plugins Summer of Code project (Summer 08). It has been submitted to the HEAD, and will appear in GHC 6.12 and later. Documentation will be available at http://www.haskell.org/ghc/docs/latest/html/users_guide/pragmas.html when that is released.17 An annotations system was implemented as part of the Compiler Plugins Summer of Code project (Summer 08). It has been submitted to the HEAD, and will appear in GHC 6.12 and later. Documentation is available at http://www.haskell.org/ghc/docs/latest/html/users_guide/extending-ghc.html#annotation-pragmas. 18 18 19 19 The annotation system committed in the end is very simple. Basically, you can write things like this:
