We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a73a6 commit 032fcf2Copy full SHA for 032fcf2
2 files changed
dune-project
@@ -14,7 +14,7 @@
14
15
(package
16
(name strict-order-solver)
17
- (synopsis "Complete solver for strict orders (transitive and irreflexive relations) for Rocq")
+ (synopsis "Complete solver for strict orders (transitive+irreflexive relations) for Rocq")
18
(depends
19
(rocq-core (>= 9.1.0))
20
(rocq-stdlib (>= 9.0.0))))
strict-order-solver.opam
@@ -1,7 +1,7 @@
1
# This file is generated by dune, edit dune-project instead
2
opam-version: "2.0"
3
synopsis:
4
- "Complete solver for strict orders (transitive and irreflexive relations) for Rocq"
+ "Complete solver for strict orders (transitive+irreflexive relations) for Rocq"
5
maintainer: ["Marcin Wojnarowski"]
6
authors: ["Kacper Korban" "Dario Halilovic" "Marcin Wojnarowski"]
7
license: "MIT"
0 commit comments