On Mon, Feb 21, 2011 at 3:37 PM, Danny Yoo <[email protected]> wrote:
>
> : Type Checker: Inference for polymorphic keyword functions not
> supported in: (sort (quote (hello world)) #:key symbol->string
> string<?)
>
> Is there something else I'm missing here?

No, there's nothing you're missing.  This error message is giving you
the whole story -- to use polymorphic keyword functions, you have to
explicitly instantiate them, because inference is not supported.  The
other error message is problematic; we'll fix it.
-- 
sam th
[email protected]
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to