We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6e3ce commit e96b181Copy full SHA for e96b181
1 file changed
README.md
@@ -7,7 +7,7 @@ This project uses [`coqproject.sh`](https://github.com/dwoos/coqproject) for dep
7
This file contains the main definitions and results:
8
* coinductive definition of infinite sequences
9
* definitions and notations for modal operators and connectors
10
- - basic modal operators: `now`, `next`, `consecutive`, `always1`, `always`, `until`, `eventually`
+ - basic modal operators: `now`, `next`, `consecutive`, `always1`, `always`, `weak_until`, `until`, `release`, `eventually`
11
- composite modal operators: `inf_often`, `continuously`
12
- modal connectors: `impl_tl` (`->_`), `and_tl` (`/\_`), `or_tl` (`\/_`), `not_tl` (`~_`)
13
* lemmas about modal operators and connectors
0 commit comments