fix type comment

(thanks, Sam!)
This commit is contained in:
Robby Findler 2014-03-25 14:18:09 -05:00
parent 63f605a93b
commit 0b852ed312

View File

@ -287,7 +287,7 @@
(values (enum-ith enum (random-natural the-size))
'ignored))]))
;; pick-an-index : ([0,1] -> Nat) (-> Nat)
;; pick-an-index : ([0,1] -> Nat) (-> Nat)
(define (pick-an-index [prob-of-zero 0.01])
(max (random-natural/no-mean prob-of-zero)
(random-natural/no-mean prob-of-zero)