Copyright | (c) 2011 National Institute of Aerospace / Galois Inc. |
---|---|
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Provides past-time linear-temporal logic (ptLTL operators).
Interface: See Examples/PTLTLExamples.hs
in the
Copilot repository.
You can embed a ptLTL specification within a Copilot specification using the form:
operator stream
Documentation
since :: Stream Bool -> Stream Bool -> Stream Bool Source #
Is there a time when s2
holds and after which s1
continuously holds?
alwaysBeen :: Stream Bool -> Stream Bool Source #
Has s
always held (up to and including the current state)?