Fix PR14129
This commit is contained in:
parent
386a862241
commit
5c373c5d07
|
@ -309,7 +309,9 @@
|
|||
(abort-to-racklog-prompt #f))))
|
||||
(abort-to-racklog-prompt
|
||||
(list (cons 'v (logic-var-val* v))
|
||||
...)))))))
|
||||
...)))))
|
||||
[(%which (v ...) g ...)
|
||||
(%which (v ...) (%and g ...))]))
|
||||
|
||||
(define (%more)
|
||||
(with-racklog-prompt
|
||||
|
|
|
@ -556,5 +556,8 @@
|
|||
(%more) => #f
|
||||
(%which () (%let (x) (%var 1))) => #f
|
||||
(%which () (%let (x) (%and (%= x 1) (%var x)))) => #f
|
||||
|
||||
(%which () %true %true) => empty
|
||||
(%more) => #f
|
||||
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user