Typed Racket
Go to file
Asumu Takikawa c43372a4d2 Fix TR internal error
The following expression would trigger an arity error:
  (subst-all
   (make-simple-substitution (list 'a 'z) (list (-val 3) (-val 5)))
   (make-ListDots (make-F 'z) 'a))

original commit: 8978c83b18bed1fe61f6bef0e0432e8d6108ff0d
2013-08-26 15:12:16 -04:00
pkgs/typed-racket-pkgs Fix TR internal error 2013-08-26 15:12:16 -04:00