break some lines in recent commit to make things fit better in the rendered version

This commit is contained in:
Robby Findler 2013-04-27 19:16:41 -05:00
parent 67d6e41b25
commit 07fd08ecc3

View File

@ -1860,8 +1860,12 @@ The external contracts are as follows:
(init [init-hat-location (or/c 'on-head 'lost)])
(field [hat-location (or/c 'on-head 'lost)]))
woody/init-hat%)
(get-field hat-location (new woody/init-hat+c% [init-hat-location 'lost]))
(get-field hat-location (new woody/init-hat+c% [init-hat-location 'slinkys-mouth]))]
(get-field hat-location
(new woody/init-hat+c%
[init-hat-location 'lost]))
(get-field hat-location
(new woody/init-hat+c%
[init-hat-location 'slinkys-mouth]))]
}
@item{The contracts listed in an @racket[init-field] section are