(define-struct foo (x lst))
;; Foo is (make-foo Integer Baz)
(define-struct baz (z lst))
;; Baz is (make-baz Zorker ListOfFoo)
Copyright By Assignmentchef assignmentchef
(define-struct zorker (i j))
;; Zorker is (make-zorker Number Number)
;; ListOfFoo is one of: ;; empty
;; (cons Foo ListOfFoo)
CS: assignmentchef QQ: 1823890830 Email: [email protected]
Reviews
There are no reviews yet.