7 lines
120 B
Racket
7 lines
120 B
Racket
#lang racket/base
|
|
|
|
;; deprecated library, see `file/gunzip`
|
|
|
|
(require file/gunzip)
|
|
(provide (all-from-out file/gunzip))
|