capitalization typo
svn: r12008 original commit: 1beabaf5e8b7d43894e7fdc9eb5bf7395f1b1c75
This commit is contained in:
parent
46c7fe5eb9
commit
cd157e5175
|
@ -225,7 +225,7 @@
|
|||
[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 . -> . b) (-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