mplemented the 'is a' operator, which type-checks the left side using the type name on the right.
This also comes in a negated 'is not a' form. This addition suggests that 'is in' should have a negated form as well, which I hadn't thought about before. Also, fixed a bug where supplying multiple elided "is" or "is not" comparisons would produce an incorrect result.
Please register or sign in to comment