racket / rackunit

Other
18 stars 34 forks source link

Compile time check implementation #131

Open tommymchugh opened 3 years ago

tommymchugh commented 3 years ago

Updated implementation from #114.

Resolves racket/racket#2996

Adds: check-compile-time-exn check-not-compile-time-exn

Comments and thoughts welcome!

capfredf commented 2 years ago

This looks good