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
Welcome to Racket v8.4 [cs].
> (struct slist
([scar : Any]
[scdr : SList])
#:transparent
#:type-name SList)
string:3:11: Type Checker: parse error in type;
type name `SList' is unbound
in: SList
[,bt for context]
Activity