#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")))