using :r with argument destroys bindings
for simple example, type these 3 lines:
Prelude> let f=1
Prelude> :r BOMB!!
module does not exist
Prelude> f
: panic! (the 'impossible' happened)
(GHC version 6.6.1 for i386-unknown-mingw32):
nameModule f{v aFA}
Please report this as a GHC bug:
http://www.haskell.org/ghc/reportabug
Prelude>
Trac metadata
| Trac field | Value |
|---|---|
| Version | 6.6.1 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | GHCi |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | Unknown |
| Architecture | Unknown |