RE: re-preluding

2000-05-31 Thread S.D.Mechveliani
Thanks a lot. As to `SYNTAX', all right, let it be two month later. It makes sense when it is in the *standard*. If it is only GHC feature, it is 50% good.

RE: re-preluding

2000-05-31 Thread Simon Peyton-Jones
| So, I set | import qualified Prelude | import Prelude hiding (Ord(..), Bounded(..), Num(..), Integral(..), | Fractional(..), subtract, fromIntegral, | even, odd, gcd, lcm, (^), (^^) | ) | ..., | and the user modules