compatibility/collects/mzlib/tar.rkt
Matthew Flatt b7928f0fa1 rename all files .ss -> .rkt
original commit: 28b404307793f041bb3363135a2968e283855318
2010-04-27 16:50:15 -06:00

4 lines
71 B
Racket

#lang scheme/base
(require file/tar)
(provide (all-from-out file/tar))