21 lines
683 B
Racket
21 lines
683 B
Racket
#lang scheme/base
|
|
|
|
(require scheme/require)
|
|
|
|
(require scribble/manual
|
|
(for-label scheme
|
|
(subtract-in handin-server/checker scheme)
|
|
;; scheme/sandbox
|
|
handin-server/sandbox
|
|
handin-server/utils
|
|
mred
|
|
"hook-dummy.ss"))
|
|
|
|
(provide (all-from-out scribble/manual)
|
|
(for-label (all-from-out scheme
|
|
handin-server/checker
|
|
handin-server/sandbox
|
|
handin-server/utils
|
|
mred
|
|
"hook-dummy.ss")))
|