compatibility/compatibility-lib/mzlib/runtime-path.rkt
2014-12-02 09:43:08 -05: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)