RE: re-preluding
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
| So, I set | import qualified Prelude | import Prelude hiding (Ord(..), Bounded(..), Num(..), Integral(..), | Fractional(..), subtract, fromIntegral, | even, odd, gcd, lcm, (^), (^^) | ) | ..., | and the user modules