You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-24Lines changed: 17 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,36 +12,29 @@ The libraries have some overlap with the less exhaustive [`CTLTCTL`](https://git
12
12
Requirements
13
13
------------
14
14
15
-
[`Coq 8.5`](https://coq.inria.fr/download)
15
+
-[`Coq 8.5`](https://coq.inria.fr/download)
16
16
17
17
Building
18
18
--------
19
19
20
20
This project uses [`coqproject.sh`](https://github.com/dwoos/coqproject) for dependency management. To build the libraries, first run `./configure` in the base directory and then run `make`. When added as a dependency to another project using `coqproject.sh`, the namespace is `InfSeqExt`, so Coq files that rely on the libraries will typically include `Require Import InfSeqExt.infseq.`
21
21
22
-
infseq
23
-
------
24
-
This file contains the main definitions and results:
25
-
* coinductive definition of infinite sequences
26
-
* definitions and notations for modal operators and connectors
0 commit comments