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,11 +1,11 @@
#lang scribble/manual
@(require (for-label racket
racket/gui
syndicate
syndicate-gl/2d
(only-in 2htdp/image image?)
(only-in pict pict?)))
@(require (for-label (except-in racket process)
(except-in racket/gui process)
syndicate
syndicate-gl/2d
(only-in 2htdp/image image?)
(only-in pict pict?)))
@title{2d Graphics with syndicate-gl}

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}