Changeset 5592 for docs/yaht.kwid
- Timestamp:
- 07/14/05 15:26:31 (3 years ago)
- svk:copy_cache_prev:
- 7591
- Files:
-
- 1 modified
-
docs/yaht.kwid (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/yaht.kwid
r1003 r5592 343 343 must be specified using options on the command line, in the 344 344 environment or in the registry. 345 * The prelude file is loaded. The interpreter will look for the prelude346 file on the path specified by the -P option. If the prelude, located345 * The Prelude file is loaded. The interpreter will look for the Prelude 346 file on the path specified by the -P option. If the Prelude, located 347 347 in the file Prelude.hs, cannot be found in one of the path 348 348 directories or in the current directory, then Hugs will terminate; 349 Hugs will not run without the prelude file.349 Hugs will not run without the Prelude file. 350 350 * Program files specified on the command line are loaded. The effect of 351 351 a command hugs `f1 ... fn` is the same as starting up Hugs with the
