racket / plot

Other
40 stars 37 forks source link

Repair errors uncovered by racket/typed-racket#1367. #129

Closed samth closed 7 months ago

samth commented 7 months ago

Some arguments were not type checked correctly, meaning some type errors slipped through.

The most significant change is that the jitter parameters become Nonnegative-Real, which is backwards-incompatible. Other choices there are possible, but this is the simplest.