[icfp] typo: pre/post
This commit is contained in:
parent
0294535670
commit
9f2e0a92d2
|
@ -86,7 +86,7 @@
|
||||||
(define (test dir f)
|
(define (test dir f)
|
||||||
(define-values (pre post) (dir->pre/post dir))
|
(define-values (pre post) (dir->pre/post dir))
|
||||||
(values (benchmark pre f)
|
(values (benchmark pre f)
|
||||||
(benchmark pre f)))
|
(benchmark post f)))
|
||||||
|
|
||||||
(define (test-compile d)
|
(define (test-compile d)
|
||||||
(define-values (a b) (test d compile/time))
|
(define-values (a b) (test d compile/time))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user