\in works, while \subseteq gives a “identifier undefined” error
问题 I have the following spec: ------------------------------ MODULE Group ------------------------------ CONSTANTS People VARIABLES members Init == members \subseteq People Next == members' = members Group == Init /\ [][Next]_members ============================================================================= (I simplified this spec to the point where it's not doing anything useful.) When I try to run it through TLC, I get the following error: In evaluation, the identifier members is either