Return whether this value is the given type (or some subclass thereof) in the context of the given virtual machine.
bool isA(Value? type, tac.Machine vm) { return false; }