#1565: using :r with argument destroys bindings
----------------------------------+-----------------------------------------
Reporter: [EMAIL PROTECTED] | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: GHCi | Version: 6.6.1
Severity: normal | Keywords:
Difficulty: Unknown | Os: Unknown
Testcase: | Architecture: Unknown
----------------------------------+-----------------------------------------
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> `
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1565>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs