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
When passing a wrong type to a typechecked function, the resulting error simply prints "type error" without any further information, such as the stacktrace, expected type and argument number.
When passing a wrong type to a typechecked function, the resulting error simply prints "type error" without any further information, such as the stacktrace, expected type and argument number.
Would it be difficult to add this information?