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
[stdlib] Add Assertion#is_a(Object) clause for checking generic Object assertions.
This first clause matching `Object` is a hack around the fact that `Object` does not _actually_ inherit from `Type`. Because everything in Myst is an Object, an `is_a(Object)` assertion will _always_ pass, so this implementation is accurate, but should probably be addressed in the interpreter to be consistent with the fact that Object _is_ a Type.
0 commit comments