changed to scheme/base

svn: r15670
This commit is contained in:
Robby Findler 2009-08-04 18:19:52 +00:00
parent e7fdc0887d
commit fbb31a1393

View File

@ -1,7 +1,4 @@
#lang mzscheme
(require mzlib/etc
mzlib/list)
#lang scheme/base
;; --------------------------------------------------------------------------
(provide check-arg check-arity check-proc check-result check-list-list
@ -85,7 +82,7 @@
[(8) "eighth"]
[(9) "ninth"]
[(10) "tenth"]
[_ (format "~ath") arg-posn])]))
[else (format "~ath") arg-posn])]))
;; check-arity : sym num (list-of TST) -> void
(define (check-arity name arg# args)