aboutsummaryrefslogtreecommitdiff
path: root/contrib/cc/README
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cc/README')
-rw-r--r--contrib/cc/README8
1 files changed, 5 insertions, 3 deletions
diff --git a/contrib/cc/README b/contrib/cc/README
index f19820d32b..073b140eae 100644
--- a/contrib/cc/README
+++ b/contrib/cc/README
@@ -1,16 +1,18 @@
cctac: congruence-closure for coq
-author: Pierre Corbineau, Stage de DEA au LSV, ENS Cachan
+author: Pierre Corbineau,
+ Stage de DEA au LSV, ENS Cachan
+ Thèse au LRI, Université Paris Sud XI
Files :
- ccalgo.ml : congruence closure algorithm
- ccproof.ml : proof generation code
- cctac.ml4 : the tactic itself
-- CC.v : a few lemmas to handle eq/eqT conversions and congruence
+- CCSolve.v : a small Ltac tactic based on congruence
-Known Bugs : CC tactic can fail due to type dependencies.
+Known Bugs : the congruence tactic can fail due to type dependencies.
Related documents:
Peter J. Downey, Ravi Sethi, and Robert E. Tarjan.