oops
This commit is contained in:
parent
eec07aec68
commit
d3a3c722c9
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ handleStep startn n st
|
||||||
| otherwise = return st
|
| otherwise = return st
|
||||||
where
|
where
|
||||||
runrest actions st' n'
|
runrest actions st' n'
|
||||||
| n > 0 = do
|
| n' > 0 = do
|
||||||
(st'', restactions) <- runoneaction actions st'
|
(st'', restactions) <- runoneaction actions st'
|
||||||
if null restactions
|
if null restactions
|
||||||
then handleStep startn n' st'
|
then handleStep startn n' st'
|
||||||
|
|
Loading…
Reference in a new issue