Changes between Version 7 and Version 8 of Commentary/SourceTree/Includes
- Timestamp:
- 08/25/09 02:29:31 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/SourceTree/Includes
v7 v8 5 5 6 6 This directory contains C header files that are included in a GHC 7 distribution. We classify header files into 4categories.7 distribution. The headers fall into several categories. 8 8 9 9 == External APIs == … … 46 46 47 47 Take a look at those files in a build tree to see exactly what is 48 generated. 48 generated. These new headers can then be `#included` into Haskell 49 code or C-- code. 49 50 50 51 == Used when compiling via C ==
