www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

rackunit-typechecking.rkt (192B)


      1 #lang racket/base
      2 ;; extends some rackunit forms to test type-checking
      3 (require "examples/tests/rackunit-typechecking.rkt")
      4 (provide (all-from-out "examples/tests/rackunit-typechecking.rkt"))