
The `mzlib/compile' module re-exports the moved function. Also, fix `make-directory*' so that it never fails on an existing directory. Remove `unstable/file', since it was just the same clean-up of `make-directory*'. original commit: 8d3c09b38b853dabffb5a58ba6a34876ca4f62fb
8 lines
195 B
Racket
8 lines
195 B
Racket
#lang scribble/doc
|
|
@(require "common.rkt"
|
|
(for-label compiler/compile-file))
|
|
|
|
@mzlib[#:mode title compile]
|
|
|
|
Re-exports @racket[compile-file] from @racketmodname[compiler/compile-file].
|