[Haskell-beginners] Ignore in import

Petr Vápenka petr.vapenka at gmail.com
Sat Oct 24 14:16:54 UTC 2015


You can try NoImplicitPrelude language extension (this may not work, too)
or use newtype wrappers or normal data types with the same shape.
Dne 24.10.2015 16:05 napsal uživatel "Imants Cekusins" <imantc at gmail.com>:

> > I think its functor for each of ...
>
> sorry, you are right.
>
> well maybe it is possible with a non-ghc compiler?
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20151024/2d1cb3f3/attachment.html>


More information about the Beginners mailing list