compatibility/collects/mzlib/process.rkt
Eli Barzilay 1b363b32c6 A whole bunch of missing newlines at EOFs (and a few other spaceages).
original commit: cbfb1fdb370244c2cadcf327332f1c643d4588c0
2012-10-19 06:47:24 -04:00

7 lines
126 B
Racket

#lang racket/base
;; deprecated library, see `racket/system`
(require racket/system)
(provide (all-from-out racket/system))