You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new treelist type from 8.13 doesn't have Typed Racket support yet.
$ racket -I typed/racket
Welcome to Racket v8.13 [cs].
> (require racket/treelist)
> treelist?
string:1:0: Type Checker: missing type for identifier;
consider using `require/typed' to import it
identifier: treelist?
from module: racket/treelist
in: treelist?
[,bt for context]
The text was updated successfully, but these errors were encountered:
The new treelist type from 8.13 doesn't have Typed Racket support yet.
The text was updated successfully, but these errors were encountered: