changed to scheme/base
svn: r15670
This commit is contained in:
parent
e7fdc0887d
commit
fbb31a1393
|
@ -1,7 +1,4 @@
|
||||||
#lang mzscheme
|
#lang scheme/base
|
||||||
|
|
||||||
(require mzlib/etc
|
|
||||||
mzlib/list)
|
|
||||||
|
|
||||||
;; --------------------------------------------------------------------------
|
;; --------------------------------------------------------------------------
|
||||||
(provide check-arg check-arity check-proc check-result check-list-list
|
(provide check-arg check-arity check-proc check-result check-list-list
|
||||||
|
@ -85,7 +82,7 @@
|
||||||
[(8) "eighth"]
|
[(8) "eighth"]
|
||||||
[(9) "ninth"]
|
[(9) "ninth"]
|
||||||
[(10) "tenth"]
|
[(10) "tenth"]
|
||||||
[_ (format "~ath") arg-posn])]))
|
[else (format "~ath") arg-posn])]))
|
||||||
|
|
||||||
;; check-arity : sym num (list-of TST) -> void
|
;; check-arity : sym num (list-of TST) -> void
|
||||||
(define (check-arity name arg# args)
|
(define (check-arity name arg# args)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user