9 lines
122 B
Racket
9 lines
122 B
Racket
#lang mzscheme
|
|
|
|
(require mzlib/unit)
|
|
|
|
(provide make:collection^)
|
|
|
|
(define-signature make:collection^
|
|
(make-collection))
|