Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
37f0db38
Commit
37f0db38
authored
Jan 22, 2002
by
simonmar
Browse files
[project @ 2002-01-22 16:50:29 by simonmar]
CmRunDeadlocked no longer exists
parent
4b5ef150
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/ghci/InteractiveUI.hs
View file @
37f0db38
{-# OPTIONS -#include "Linker.h" -#include "SchedAPI.h" #-}
-----------------------------------------------------------------------------
-- $Id: InteractiveUI.hs,v 1.10
7
2002/01/22 1
3:04:13
simonmar Exp $
-- $Id: InteractiveUI.hs,v 1.10
8
2002/01/22 1
6:50:29
simonmar Exp $
--
-- GHC Interactive User Interface
--
...
...
@@ -359,7 +359,6 @@ runStmt stmt
case
result
of
CmRunFailed
->
return
[]
CmRunException
e
->
showException
e
>>
return
[]
CmRunDeadlocked
->
io
(
putStrLn
"Deadlocked."
)
>>
return
[]
CmRunOk
names
->
return
names
-- possibly print the type and revert CAFs after evaluating an expression
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment