fix "one term at a time" mode for lifts
closes PR 13597 original commit: 8f8b16e2ec4417f188660f196f996dc1bd4057a2
This commit is contained in:
parent
78f457b23e
commit
73d6946b11
|
@ -191,6 +191,8 @@
|
|||
[(cons (struct misstep (type s1 exn)) rs)
|
||||
(list* (make misstep type s1 exn)
|
||||
(loop rs))]
|
||||
[(cons (and r (remarkstep type s1 contents)) rs)
|
||||
(list* r (loop rs))]
|
||||
['()
|
||||
null])))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user