`sort' now infers properly -- test passes.
Please merge to release. original commit: f70c1b213ff5861630a5d10a3d38ee3a4cea3156
This commit is contained in:
parent
4a8c1ed5d2
commit
cc3a70f0d2
|
@ -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<?)
|
Loading…
Reference in New Issue
Block a user