compatibility/pkgs/compatibility-pkgs/compatibility-lib/mzlib/compile.rkt
Matthew Flatt c20cc9d276 move compile-file' to compiler/compile-file'
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
2013-07-10 12:57:02 -06:00

5 lines
74 B
Racket

#lang racket/base
(require compiler/compile-file)
(provide compile-file)