racket/collects/make/collection-sig.ss
Eli Barzilay 3459c3a58f merged units branch
svn: r5033
2006-12-05 20:31:14 +00:00

10 lines
154 B
Scheme

(module collection-sig mzscheme
(require (lib "unit.ss"))
(provide make:collection^)
(define-signature make:collection^
(make-collection)))