racket/collects/make/collection-sig.rkt
2010-04-27 16:50:15 -06:00

9 lines
122 B
Racket

#lang mzscheme
(require mzlib/unit)
(provide make:collection^)
(define-signature make:collection^
(make-collection))