Fix overlap with sequences.
This commit is contained in:
parent
c7234772a4
commit
99f01f5260
|
@ -60,6 +60,9 @@
|
||||||
[(list (Pair: a b) (Pair: a* b*))
|
[(list (Pair: a b) (Pair: a* b*))
|
||||||
(and (overlap a a*)
|
(and (overlap a a*)
|
||||||
(overlap b b*))]
|
(overlap b b*))]
|
||||||
|
;; lots of things are sequences
|
||||||
|
[(list (Sequence: _) _) #t]
|
||||||
|
[(list _ (Sequence: _)) #t]
|
||||||
[(or (list (Pair: _ _) _)
|
[(or (list (Pair: _ _) _)
|
||||||
(list _ (Pair: _ _)))
|
(list _ (Pair: _ _)))
|
||||||
#f]
|
#f]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user