add turnstile/rackunit-typechecking abbrev

This commit is contained in:
Stephen Chang 2017-03-23 15:43:34 -04:00
parent 31c3bba5c9
commit 11551ee860

View File

@ -0,0 +1,4 @@
#lang racket/base
;; extends rackunit with type-checking forms
(require rackunit "examples/tests/rackunit-typechecking.rkt")
(provide (all-from-out rackunit "examples/tests/rackunit-typechecking.rkt"))