typed-racket/collects/typed/rackunit.rkt
Eli Barzilay 3fdc7889cb Some "obvious" switching from racket' to racket/base'.
original commit: 1c8001d174db69c57bfb0ee42e0ce75c2371e72e
2012-11-06 13:29:09 -05:00

4 lines
93 B
Racket

#lang racket/base
(require typed/rackunit/main)
(provide (all-from-out typed/rackunit/main))