Changes between Version 13 and Version 14 of Commentary/Compiler/API
- Timestamp:
- 09/15/06 16:20:56 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/API
v13 v14 20 20 * Load (compile) the source files: {{{load}}} 21 21 22 Warning: Initializing GHC is tricky! Here is some boilerplate that seems to initialize GHC and a session. Basically taken from ghc's Main.22 Warning: Initializing GHC is tricky! Here is a template that seems to initialize GHC and a session. Derived from ghc's Main.main function. 23 23 24 24 {{{
