added example

svn: r11032
This commit is contained in:
Eli Barzilay 2008-08-02 07:46:48 +00:00
parent 857bc4b63b
commit 3858ad007f

View File

@ -455,6 +455,7 @@ of the structure type.
(define-struct cat (name) #:prefab)
(define-struct (cute-cat cat) (shipping-dest) #:prefab)
(make-cute-cat "Nermel" "Abu Dhabi")
(prefab-struct-key (make-cute-cat "Nermel" "Abu Dhabi"))
]}