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