compatibility/compatibility-lib/mzlib/inflate.rkt
2014-12-02 09:43:08 -05:00

7 lines
120 B
Racket

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