Tweak scribblings to silence errors. Still need to update docs.

This commit is contained in:
Tony Garnock-Jones 2016-07-30 14:24:29 -04:00
parent 3edd184242
commit b6a03bdd9b
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
#lang scribble/manual
@(require (for-label racket
racket/gui
@(require (for-label (except-in racket process)
(except-in racket/gui process)
syndicate
syndicate-gl/2d
(only-in 2htdp/image image?)

View File

@ -1,6 +1,6 @@
#lang scribble/manual
@(require (for-label racket
@(require (for-label (except-in racket process field)
syndicate/actor))
@title{High Level Syntax for Syndicate}