Skip to content

Commit 34f8cec

Browse files
committedJan 5, 2025
Fix READMEs to better point at cdestruct
1 parent d674903 commit 34f8cec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎Common/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Class CTrans {T : Type} (F : T → Type) :=
6767

6868
The main automation tactic specific to this project so far is
6969
[`cdestruct`](CDestruct.v) which is an extensible variant of Rocq's `intuition`
70-
or Isabelle's `clarify`. See the file for details, but it performs the job of
70+
or Isabelle's `clarify`. See the file for details. Roughly, it performs the job of
7171
`intuition`, `discriminate`, `contradiction`, `simplify_eq`, `case_split`
7272
all-in-one in an extensible manner.
7373

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ instructions.
7070
## Rocq automation
7171

7272
There are some powerful custom tactics in `Common`, as well as useful but
73-
generic library. See the [README](Common/README.md) there for more details.
73+
generic library. See the [README](Common/README.md) there for more details. In
74+
particular `cdestruct` is in [Common/CDestruct.v](Common/CDestruct.v).
7475

7576
## The current state and directory structure
7677

0 commit comments

Comments
 (0)
Please sign in to comment.