Changes between Version 3 and Version 4 of NewPragmas
- Timestamp:
- 10/26/06 17:01:25 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewPragmas
v3 v4 9 9 * ENCODING - see UnicodeInHaskellSource 10 10 * INCLUDE - see ForeignFunctionInterface 11 * REGION - hints to editors and code analysis tools to allow code folding 12 * COSTCENTER - places to attach profiling information 13 * UNUSED - declare that certain values may be unused so the compiler won't warn about them 14 * UNPACK - control the unboxing of strict values 11 15 12 16 GHC supports DEPRECATED, LANGUAGE and INCLUDE.
