Ticket #1895 (closed feature request: duplicate)
Allow aliases in GHCi module imports
| Reported by: | tibbe | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 6.12.1 |
| Component: | GHCi | Version: | 6.8.1 |
| Keywords: | Cc: | rturk@…, jcpetruzza@…, gwern0@…, cgibbard@…, nicolas.pouillard@…, rendel@…, mad.one@…, mjm2002@… | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
It would be convenient if it was possible to import a package in GHCi under another name.
:m +Data.ByteString.Lazy.Char8 as B
This is especially useful with modules like Data.ByteString which names collide with Prelude.
Change History
Note: See
TracTickets for help on using
tickets.
