[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Checking whether something is a record or a set?



Hello!

Is it possible in TLA+ to check whether something is a record or set?
For example:

    Invariant == isRecord(myRecord) /\ isSet(someVariable.mySet)


Best regards,
Jaak