However, it doesn't specify (can't find?) where to enter that expression? I have tried in "Evaluate Constant Expression", and throws a parsing error. I also tried to put it into "spec.tla" file, between begin and end algorithm, which throws an Unrecoverable Error. I ve also tried to put it after end algorithm, but nothing in there seems to be taken into account
This section suggests to define an operator
However, it doesn't specify (can't find?) where to enter that expression? I have tried in "Evaluate Constant Expression", and throws a parsing error. I also tried to put it into "spec.tla" file, between
begin
andend algorithm
, which throws an Unrecoverable Error. I ve also tried to put it afterend algorithm
, but nothing in there seems to be taken into account