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
hello.rkt:3:0: Type Checker: No function domains matched in function application:
Types: Any Any String -> Any
Any Any -> Any
Arguments: Positive-Byte
Expected result: AnyValues
We expect the message to point us to the line where check-equal? is incorrectly used.
The text was updated successfully, but these errors were encountered:
The error message is
We expect the message to point us to the line where
check-equal?
is incorrectly used.The text was updated successfully, but these errors were encountered: