added example
svn: r11032
This commit is contained in:
parent
857bc4b63b
commit
3858ad007f
|
@ -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"))
|
||||
]}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user