A few more stray "racunit"s.

original commit: 5c702976c216362aab695a1c973fb17948b23149
This commit is contained in:
Eli Barzilay 2010-05-26 15:21:55 -04:00
parent 3355f0d731
commit 4306ef78a7
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
;; really badly wrong.
(: check (All (a) ((a a -> Boolean) a a -> Boolean)))
;; Simple check function as RacUnit doesn't work in Typed Scheme (yet)
;; Simple check function as RackUnit doesn't work in Typed Scheme (yet)
(define (check f a b)
(if (f a b)
#t

View File

@ -5,7 +5,7 @@
scheme/unsafe/ops)
(: check (All (a) ((a a -> Boolean) a a -> Boolean)))
;; Simple check function as RacUnit doesn't work in Typed Scheme (yet)
;; Simple check function as RackUnit doesn't work in Typed Scheme (yet)
(define (check f a b)
(if (f a b)
#t

View File

@ -11,7 +11,7 @@
;; really badly wrong.
(: check (All (a) ((a a -> Boolean) a a -> Boolean)))
;; Simple check function as RacUnit doesn't work in Typed Scheme (yet)
;; Simple check function as RackUnit doesn't work in Typed Scheme (yet)
(define (check f a b)
(if (f a b)
#t