#1671: Cannot ^C out of certain computations in GHCi
-------------------------------------+--------------------------------------
Reporter: [EMAIL PROTECTED] | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: GHCi | Version: 6.6.1
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Os: Unknown | Testcase:
Architecture: Unknown |
-------------------------------------+--------------------------------------
Comment (by Isaac Dupree):
Doing it purely in GHCi does not suffer this problem:
{{{
Prelude> let a = 1 : a
Prelude> let last [x] = x; last (_:xs) = last xs
Prelude> last a
^C
Interrupted.
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1671>
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