`sort' now infers properly -- test passes.

Please merge to release.

original commit: f70c1b213ff5861630a5d10a3d38ee3a4cea3156
This commit is contained in:
Sam Tobin-Hochstadt 2012-01-24 05:17:52 -05:00
parent 4a8c1ed5d2
commit cc3a70f0d2

View File

@ -1,5 +1,3 @@
#;
(exn-pred exn:fail:syntax? #rx".*Cannot infer.*Please add more type annotations.*")
#lang typed/racket
(define ss '("one" "two" "three")) ; (Listof String)
(sort ss string<?)