Fix type of raise-range-error.

This commit is contained in:
Vincent St-Amour 2012-10-14 17:19:35 -04:00
parent 4bf94de5f5
commit 5bc108c7b1

View File

@ -340,7 +340,7 @@
[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))]
(-> Sym -String -String index-type Univ index-type index-type (Un index-type (-val #f)) (Un))]
))