
This adds the language levels, teachpacks, and documentation for the textbook "Die Macht der Abstraktion". svn: r14019
7 lines
226 B
Scheme
7 lines
226 B
Scheme
#lang scheme/base
|
|
(provide prop:deinprogramm-struct
|
|
deinprogramm-struct?)
|
|
|
|
(define-values (prop:deinprogramm-struct deinprogramm-struct? deinprogramm-struct-ref)
|
|
(make-struct-type-property 'deinprogramm-struct))
|