Fix type of sequence-filter.
original commit: 6080e20ddf3f168776ff56ede0dfe2095b13d649
This commit is contained in:
parent
0739eea863
commit
addb3efe8c
|
@ -843,7 +843,7 @@
|
|||
(-seq a)
|
||||
. -> .
|
||||
(-seq b))
|
||||
((a . -> . Univ) (-lst a) . -> . (-seq a))))]
|
||||
((a . -> . Univ) (-seq a) . -> . (-seq a))))]
|
||||
[sequence-add-between (-poly (a) ((-seq a) a . -> . (-seq a)))]
|
||||
|
||||
;; Section 4.16 (Sets)
|
||||
|
|
Loading…
Reference in New Issue
Block a user