some fixes, put stuff in common.ss
svn: r11800
This commit is contained in:
parent
db9c864d0f
commit
011301e80d
20
collects/handin-server/scribblings/common.ss
Normal file
20
collects/handin-server/scribblings/common.ss
Normal file
|
@ -0,0 +1,20 @@
|
|||
#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")))
|
Loading…
Reference in New Issue
Block a user