racket/collects/setup/collects.rkt
Matthew Flatt a7855e20a8 add `raco link'
includes a rewrite the "Module Basics" section of the Guide
2011-08-24 09:07:14 -06:00

9 lines
172 B
Racket

#lang racket
(provide (struct-out cc))
(define-struct cc
(collection path name info omit-root info-root info-path info-path-mode shadowing-policy)
#:inspector #f)