aboutsummaryrefslogtreecommitdiff
path: root/plugins/cc/README
diff options
context:
space:
mode:
authormcaci2019-10-12 14:24:18 +0200
committermcaci2019-10-13 22:02:02 +0200
commit3e0bf68bdc1ac6bde7bd04236657fb4d554817ad (patch)
treeddf580dcee22c42fcb0a10c3b7ef279f2b0f211d /plugins/cc/README
parente8d0b5a8856a695dc3f6a28e2d305c095ef50c19 (diff)
Doc update with mlg extension - fix #10855
Diffstat (limited to 'plugins/cc/README')
-rw-r--r--plugins/cc/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cc/README b/plugins/cc/README
index c616b5daab..7df7b971e8 100644
--- a/plugins/cc/README
+++ b/plugins/cc/README
@@ -9,7 +9,7 @@ Files :
- ccalgo.ml : congruence closure algorithm
- ccproof.ml : proof generation code
-- cctac.ml4 : the tactic itself
+- cctac.mlg : the tactic itself
- CCSolve.v : a small Ltac tactic based on congruence
Known Bugs : the congruence tactic can fail due to type dependencies.