`sort' now infers properly -- test passes.
Please merge to release.
(cherry picked from commit f70c1b213f
)
This commit is contained in:
parent
bba824e1c6
commit
9ee130dc49
|
@ -1,5 +1,3 @@
|
||||||
#;
|
|
||||||
(exn-pred exn:fail:syntax? #rx".*Cannot infer.*Please add more type annotations.*")
|
|
||||||
#lang typed/racket
|
#lang typed/racket
|
||||||
(define ss '("one" "two" "three")) ; (Listof String)
|
(define ss '("one" "two" "three")) ; (Listof String)
|
||||||
(sort ss string<?)
|
(sort ss string<?)
|
Loading…
Reference in New Issue
Block a user