Hi all,

I'm trying to rename some types in typed/racket but something odd is
happening:

(define-type A Listof)

works but:

(define-type B List)

errors with "Type Checker: parse error in type; type name `List' is unbound
in: List"

Is this a bug or am I missing something?

--Spencer
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to