Correct type for processor-count.

original commit: 83b43df4559f9bd8164cbbc8fefb3b6296c356db
This commit is contained in:
Eric Dobson 2013-10-29 21:04:27 -07:00
parent 69bd69f6d7
commit 379b6db28c

View File

@ -546,7 +546,7 @@
[future (-poly (A) ((-> A) . -> . (-future A)))]
[touch (-poly (A) ((-future A) . -> . A))]
[processor-count (-> -Nat)]
[processor-count (-> -PosInt)]
[reverse (-poly (a) (-> (-lst a) (-lst a)))]