[Haskell-beginners] Is there a way to hide an existing data type so that I can use my own version?
Henk-Jan van Tuyl
hjgtuyl at chello.nl
Tue Jul 31 13:18:42 CEST 2012
On Tue, 31 Jul 2012 13:08:38 +0200, Costello, Roger L.
<costello at mitre.org> wrote:
> import Prelude hiding Either
That should be:
import Prelude hiding (Either)
Regards,
Henk-Jan van Tuyl
--
http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--
More information about the Beginners
mailing list