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
In the definition of LispVal, there is an error for the definition of showError for NumArgs: (NumArgs int args) -> T.concat ["Error Number Arguments, expected ", T.pack $ show int, " recieved args: ", unwordsList args]
Instead of "recieved args", it should probably be "received args".
There is also another typo for Expected List: "function" instead of "funciton"
The text was updated successfully, but these errors were encountered:
In the definition of
LispVal
, there is an error for the definition ofshowError
forNumArgs
:(NumArgs int args) -> T.concat ["Error Number Arguments, expected ", T.pack $ show int, " recieved args: ", unwordsList args]
Instead of "recieved args", it should probably be "received args".
There is also another typo for
Expected List
: "function" instead of "funciton"The text was updated successfully, but these errors were encountered: