Changes between Version 7 and Version 8 of Commentary/Compiler/API
- Timestamp:
- 09/15/06 14:50:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/API
v7 v8 13 13 A typical interaction with the GHC API goes something like the following: 14 14 15 * Initialize the GHC TopDir: {{{init}}} 15 16 * Create a new session: {{{newSession}}} 16 17 * Add some ''targets'': {{{setTargets}}}, {{{addTarget}}}, {{{guessTarget}}}
