More types for raise-* functions.
original commit: 3a8f4c24d909ea47ee1e71b79c824d8f7c12548c
This commit is contained in:
parent
e3905c3500
commit
9b65e0df92
|
@ -333,6 +333,14 @@
|
|||
(cl->*
|
||||
[-> Sym -String Univ (Un)]
|
||||
[->* (list Sym -String index-type) Univ (Un)])]
|
||||
[raise-result-error
|
||||
(cl->*
|
||||
[->* (list Sym -String Univ) Univ (Un)]
|
||||
[->* (list Sym -String index-type Univ) Univ (Un)])]
|
||||
[raise-arguments-error
|
||||
(->* (list Sym -String) Univ (Un))]
|
||||
[raise-range-error
|
||||
(->opt Sym -String -String index-type Univ index-type index-type [index-type] (Un))]
|
||||
|
||||
))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user