Changes between Version 19 and Version 20 of Annotations
- Timestamp:
- Nov 26, 2016 8:06:40 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Annotations
v19 v20 17 17 == State Of Play == 18 18 19 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.19 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://downloads.haskell.org/~ghc/latest/docs/html/users_guide/extending_ghc.html#source-annotations. 20 20 21 21 The annotation system committed in the end is very simple. Basically, you can write things like this: