Provides past-time linear-temporal logic (ptLTL operators).
Interface: see Examples/PTLTLExamples.hs.
You can embed a ptLTL specification within a Copilot specification using
the form:
operator stream
Documentation
since :: Stream Bool -> Stream Bool -> Stream BoolSource
Once s2
holds, in the following state (period), does s1
continuously hold?
alwaysBeen :: Stream Bool -> Stream BoolSource
Has s
always held (up to and including the current state)?