[GHC] #1671: Cannot ^C out of certain computations in GHCi
GHC
trac at galois.com
Fri Sep 7 20:44:25 EDT 2007
#1671: Cannot ^C out of certain computations in GHCi
-------------------------------------+--------------------------------------
Reporter: lepsmith at indiana.edu | 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
More information about the Glasgow-haskell-bugs
mailing list