bad non-typo fix, go back, and change to Univ
svn: r12010 original commit: d5028463f23e07e04c84950d32c11db4218e9301
This commit is contained in:
parent
279939d40b
commit
ee7c4dc30b
|
@ -225,7 +225,8 @@
|
|||
[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))))]
|
||||
[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))]
|
||||
[positive? (-> N B)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user