fixed test case and code
This commit is contained in:
parent
6391f614d9
commit
16c5e6a796
|
@ -25,7 +25,8 @@
|
|||
(loop (Assign-value exp))]
|
||||
|
||||
[(Def? exp)
|
||||
(loop (Def-value exp))]
|
||||
(cons (Def-variable exp)
|
||||
(loop (Def-value exp)))]
|
||||
|
||||
[(Branch? exp)
|
||||
(append (loop (Branch-predicate exp))
|
||||
|
|
Loading…
Reference in New Issue
Block a user