Add type for raise-argument-error in TR.

Closes PR13132.

original commit: d31005b380ceffce53315b91eeeff8655dd85e93
This commit is contained in:
Eric Dobson 2012-10-14 11:49:11 -07:00 committed by Vincent St-Amour
parent 3239a56aee
commit e3905c3500

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)]