
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
5 lines
74 B
Racket
5 lines
74 B
Racket
#lang racket/base
|
|
(require compiler/compile-file)
|
|
|
|
(provide compile-file)
|