Use up-to-date struct syntax in example

This commit is contained in:
Asumu Takikawa 2013-02-09 19:42:00 -05:00
parent 2c35a98ad8
commit 59eb1ad13c

View File

@ -394,7 +394,7 @@ Racket.
(module TYPED typed/racket
(require/typed 'UNTYPED
[n Natural]
[struct IntTree
[#:struct IntTree
([elem : Integer]
[left : IntTree]
[right : IntTree])]))]