Changeset 2725 for src/Pugs/Cont.hs
- Timestamp:
- 05/05/05 17:18:51 (4 years ago)
- svk:copy_cache_prev:
- 4271
- Files:
-
- 1 modified
-
src/Pugs/Cont.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Cont.hs
r2488 r2725 1 1 {-# OPTIONS_GHC -fglasgow-exts -fno-warn-unused-binds #-} 2 2 3 {- 3 {-| 4 4 Continuation with shift/reset operators. 5 5 6 The Road goes ever on and on7 Down from the door where it began.8 Now far ahead the Road has gone,9 And I must follow, if I can...6 > The Road goes ever on and on 7 > Down from the door where it began. 8 > Now far ahead the Road has gone, 9 > And I must follow, if I can... 10 10 -} 11 11
