/usr/share/racket/pkgs/make/collection.rkt is in racket-common 6.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | #lang mzscheme
(require mzlib/unit
dynext/file-sig
dynext/file
compiler/sig
compiler/compiler
compiler/option)
(require "make-sig.rkt"
"make.rkt"
"collection-sig.rkt"
"collection-unit.rkt")
(define-values/invoke-unit/infer make:collection@)
(provide-signature-elements make:collection^)
|