fix multiple defn of big-bang

svn: r9498
This commit is contained in:
Matthew Flatt 2008-04-26 20:02:02 +00:00
parent acffaf63fa
commit 6ffcad639c

View File

@ -86,9 +86,9 @@ which is called every time your program should visualize the current world.
constraints on this data definition. You can even keep it implicit, even constraints on this data definition. You can even keep it implicit, even
if this violates the Design Recipe. if this violates the Design Recipe.
@deftogether[( @defproc*[(
@defproc[(big-bang [width natural-number/c] [height natural-number/c] [r number?] [world0 (unsyntax @tech{World})]) true]{} [(big-bang [width natural-number/c] [height natural-number/c] [r number?] [world0 (unsyntax @tech{World})]) true]
@defproc[(big-bang [width natural-number/c] [height natural-number/c] [r number?] [world0 (unsyntax @tech{World})][animated-gif? boolean?]) true]{} [(big-bang [width natural-number/c] [height natural-number/c] [r number?] [world0 (unsyntax @tech{World})][animated-gif? boolean?]) true]
)]{ )]{
Creates and displays a @scheme[width] x @scheme[height] canvas, Creates and displays a @scheme[width] x @scheme[height] canvas,
starts the clock, starts the clock,