Open nano-o opened 2 years ago
After a little thought I replaced all functions P -> P -> Int
by <<P,P>> -> Int
. The specification does not look as good but it works.
Interesting. There is probably a case missing in the rewriting rule.
Thanks for filing this one!
Hello, I'm trying to find an inductive invariant for the specification in the attached bug report, so I started with
TypeOkay
. When I runapalache-mc check --inv=TypeOkay --init=TypeOkay TerminationNoPlusCal.tla
I getRewriting for the type FinFunSet[CellTFrom(Set(P)), FinFunSet[CellTFrom(Set(P)), InfSet[CellTFrom(Int)]]] is not implemented. Raise an issue.
So I guess this is a feature request!
BugReport.md