Add type for raise-argument-error in TR.
Closes PR13132.
This commit is contained in:
parent
788b046549
commit
d31005b380
|
@ -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)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user