bad non-typo fix, go back, and change to Univ
svn: r12010
This commit is contained in:
parent
86d70f52d8
commit
d5028463f2
|
@ -225,7 +225,8 @@
|
||||||
[assq (-poly (a b) (a (-lst (-pair a b)) . -> . (-opt (-pair a b))))]
|
[assq (-poly (a b) (a (-lst (-pair a b)) . -> . (-opt (-pair a b))))]
|
||||||
[assv (-poly (a b) (a (-lst (-pair a b)) . -> . (-opt (-pair a b))))]
|
[assv (-poly (a b) (a (-lst (-pair a b)) . -> . (-opt (-pair a b))))]
|
||||||
[assoc (-poly (a b) (a (-lst (-pair a b)) . -> . (-opt (-pair a b))))]
|
[assoc (-poly (a b) (a (-lst (-pair a b)) . -> . (-opt (-pair a b))))]
|
||||||
[assf (-poly (a b) ((a . -> . b) (-lst (-pair a b)) . -> . (-opt (-pair a b))))]
|
[assf (-poly (a b) ((a . -> . Univ) (-lst (-pair a b))
|
||||||
|
. -> . (-opt (-pair a b))))]
|
||||||
|
|
||||||
[list-ref (-poly (a) ((-lst a) -Integer . -> . a))]
|
[list-ref (-poly (a) ((-lst a) -Integer . -> . a))]
|
||||||
[positive? (-> N B)]
|
[positive? (-> N B)]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user