[Haskell-cafe] Qualified imports and REPL output in GHCi 8.0.1

Atrudyjane atrudyjane at protonmail.com
Wed Dec 7 07:59:55 UTC 2016


When I do a qualified import such as:
λ> import qualified Data.Bool

then query a type, this is the output.
λ> :t Data.Bool.bool
Data.Bool.bool :: a -> a -> Bool -> a

Was expecting:
λ> :t Data.Bool.bool
Data.Bool.bool :: a -> a -> Data.Bool.bool -> a

I experimented with changing the -fno-implicit-import-qualified flag and the result was the same. Is there an option that needs to be set to show the expected behavior?

Regards,
Andrea


Sent with [ProtonMail](https://protonmail.com) Secure Email.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20161207/1d31a698/attachment.html>


More information about the Haskell-Cafe mailing list