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

re-preluding

2000-05-30 Thread S.D.Mechveliani
Hello, all, It is again on re-preluding. MyPrelude aims to hide Ord(..), Bounded(..), Num(..), Integral(..), Fractional(..), subtract, fromIntegral, even, odd, gcd, lcm, (^), (^^) of Prelude and to re-define Ord, (+),(*),(^), even, odd, gcd, lcm The attempt ofmodule MyPrelude