Changeset 17129
- Timestamp:
- 07/24/07 10:47:56 (16 months ago)
- Files:
-
- 1 modified
-
src/gen_prelude.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/gen_prelude.hs
r5068 r17129 11 11 Unfortunately, this doesn't put literal newlines in the output. There's a 12 12 bug in any(The Haskell Report, sec. 2.6; GHC; my understanding) regarding 13 strings with gaps, when bet eween the gaps there is an empty line. Fixes13 strings with gaps, when between the gaps there is an empty line. Fixes 14 14 welcome :-) 15 15
