fix scribble references -- I have no idea how they worked before, since they weren't requiring it anyway.

svn: r17231
This commit is contained in:
Eli Barzilay 2009-12-06 20:58:17 +00:00
parent 4b7b51b8de
commit b4ec71329f
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@
scheme/list
(for-label eopl/eopl
scheme/contract
(only-in scheme printf pretty-print)))
(only-in scheme printf pretty-print delay force)))
@(define-syntax-rule (def-mz id)
(begin

View File

@ -1,7 +1,8 @@
#lang scribble/doc
@(require (for-label (except-in lazy delay force)
(only-in lazy/force ! !! !list !!list)
scheme/contract))
scheme/contract
(only-in scheme/promise promise?)))
@(define-syntax-rule (deflazy mod def id)
(begin