compatibility/pkgs/compatibility-lib/mzlib/runtime-path.rkt
Sam Tobin-Hochstadt 8df40cc4f0 Move much of mzlib to compatibility-lib package.
original commit: 7917f32d0c79ec71095e2e42bb41e981708129cc
2013-06-27 13:53:52 -04:00

11 lines
258 B
Racket

#lang racket/base
;; deprecated library, see `racket/runtime-path`
(require racket/runtime-path)
(provide define-runtime-path
define-runtime-paths
define-runtime-path-list
define-runtime-module-path-index
runtime-paths)