Allow aliases in GHCi module imports
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
.
Trac metadata
Trac field | Value |
---|---|
Version | |
Type | FeatureRequest |
TypeOfFailure | OtherFailure |
Priority | normal |
Resolution | Unresolved |
Component | GHCi |
Test case | |
Differential revisions | |
BlockedBy | |
Related | |
Blocking | |
CC | |
Operating system | Unknown |
Architecture | Multiple |