Skip to content

Commit a7fae79

Browse files
committed
Be more precise with conjunction
1 parent a85f496 commit a7fae79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
(package
1616
(name strict-order-solver)
17-
(synopsis "Complete solver for strict orders (transitive and irreflexive relations) for Rocq")
17+
(synopsis "Complete solver for strict orders (transitive+irreflexive relations) for Rocq")
1818
(depends
1919
(rocq-core (>= 9.1.0))
2020
(rocq-stdlib (>= 9.0.0))))

strict-order-solver.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
33
synopsis:
4-
"Complete solver for strict orders (transitive and irreflexive relations) for Rocq"
4+
"Complete solver for strict orders (transitive+irreflexive relations) for Rocq"
55
maintainer: ["Marcin Wojnarowski"]
66
authors: ["Kacper Korban" "Dario Halilovic" "Marcin Wojnarowski"]
77
license: "MIT"

0 commit comments

Comments
 (0)