|
|
|
|
|
by tome
3661 days ago
|
|
Are those actually polymorphic? It seems like you've assumed a specific, concrete, a. EDIT: On a second look, "CONSTANT" seems more like declaring a variable than requiring a concrete type. EDIT 2: Hmm, still not completely sure about this ... |
|
[1]: The one supplied with TLA+, called TLC, is powerful enough to model-check an expressive language like TLA+, but it's algorithm is rather primitive; it's an "old-school" explicit state model-checker. A more modern, state-of-the-art model checker is under research: http://forsyte.at/research/apalache/. BTW, modern model checkers are amazing. Some can even check infinite models.