Changeset 2725 for src/Pugs/Shell.hs
- Timestamp:
- 05/05/05 17:18:51 (4 years ago)
- svk:copy_cache_prev:
- 4271
- Files:
-
- 1 modified
-
src/Pugs/Shell.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Shell.hs
r2497 r2725 1 1 {-# OPTIONS_GHC -fglasgow-exts -cpp #-} 2 2 3 {- 3 {-| 4 4 Interactive shell. 5 5 6 There is an inn, a merry old inn,7 beneath an old grey hill,8 And there they brew a beer so brown9 That the Man in the Moon himself came down10 one night to drink his fill...6 > There is an inn, a merry old inn, 7 > beneath an old grey hill, 8 > And there they brew a beer so brown 9 > That the Man in the Moon himself came down 10 > one night to drink his fill... 11 11 -} 12 12
