VIEW for Structure variable

25 views
Skip to first unread message

pfeod...@gmail.com

unread,
Jun 10, 2021, 12:04:31 AM6/10/21
to tlaplus
Hi,

In TLC, we have the `VIEW` config where you choose which variables are important and which are auxiliary. 

Let's say I have a variable `Var` of interest which is always a Structure, would it be too hard to do something like `VIEW` but where you say that, for this `Var`, TLC does not consider some keys for fingerprint (kinda like auxiliary keys)?

Thanks

Markus Kuppe

unread,
Jun 10, 2021, 12:32:29 AM6/10/21
to tla...@googlegroups.com
A VIEW *is a state function* (page 243 in Specifying Systems). In other
words, any state-level^1 (unprimed) expression can be a view, such as
<<[n \in SomeSubsetOfDOMAIN Var |-> Var[n], other, variables>>

Don't shoot yourself in the foot!

Markus

^1 TLC will keep you from defining a constant-level expression.

Paulo Feodrippe

unread,
Jun 10, 2021, 12:37:16 AM6/10/21
to tla...@googlegroups.com
Hunnn, thanks, Markus o/

Everyday is day to learn something about TLC.

--
You received this message because you are subscribed to the Google Groups "tlaplus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tlaplus+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tlaplus/b248a902-30da-c689-66fd-9f48b00be94e%40lemmster.de.
Reply all
Reply to author
Forward
0 new messages