Changeset 2725 for src/IMC.hs
- Timestamp:
- 05/05/05 17:18:51 (4 years ago)
- svk:copy_cache_prev:
- 4271
- Files:
-
- 1 modified
-
src/IMC.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/IMC.hs
r2497 r2725 1 1 {-# OPTIONS_GHC -fglasgow-exts -fth -cpp #-} 2 2 3 {- 3 {-| 4 4 Parrot IMC implementation. 5 5 6 All that is gold does not glitter,7 Not all those who wander are lost;8 The old that is strong does not wither,9 Deep roots are not reached by the frost.6 > All that is gold does not glitter, 7 > Not all those who wander are lost; 8 > The old that is strong does not wither, 9 > Deep roots are not reached by the frost. 10 10 -} 11 11
