Add type for raise-argument-error in TR.

Closes PR13132.
This commit is contained in:
Eric Dobson 2012-10-14 11:49:11 -07:00 committed by Vincent St-Amour
parent 788b046549
commit d31005b380

View File

@ -325,6 +325,10 @@
[real->decimal-string (-Real [index-type] . ->opt . -String)]
[raise-argument-error
(cl->*
[-> Sym -String Univ (Un)]
[->* (list Sym -String index-type) Univ (Un)])]
[raise-type-error
(cl->*
[-> Sym -String Univ (Un)]