Coder Social home page Coder Social logo

ERROR in specifications/SpecifyingSystems/Composing/CompositeFIFO.tla: In evaluation, the identifier in is either undefined or not an operator. about examples HOT 1 CLOSED

tlaplus avatar tlaplus commented on August 16, 2024
ERROR in specifications/SpecifyingSystems/Composing/CompositeFIFO.tla: In evaluation, the identifier in is either undefined or not an operator.

from examples.

Comments (1)

muenchnerkindl avatar muenchnerkindl commented on August 16, 2024

Although you do not indicate which specification you are running TLC on, it appears that you try to run it on Sender. However the real system specification is meant to be Spec at the bottom of the module, which includes Sender as a sub-formula. In particular, that specification fixes the possible values of in through the conjunct []IsChannel(in). See also the explanations in chapter 10.3 of Specifying Systems.

The problem with formula Spec is that it is not a specification in standard form

Init /\ [][Next]_v /\ L

and can therefore not be handled by TLC. This examples illustrates a general TLA+ specification but is not meant to be used with TLC.

from examples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.