More types for raise-* functions.

original commit: 3a8f4c24d909ea47ee1e71b79c824d8f7c12548c
This commit is contained in:
Vincent St-Amour 2012-10-14 15:34:21 -04:00
parent e3905c3500
commit 9b65e0df92

View File

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