From: Andrea Asperti Date: Tue, 7 Dec 2004 08:25:12 +0000 (+0000) Subject: symmetry of equality NOT used in auto X-Git-Tag: V_0_1_0~166 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=1fe616bda25a6208c4d19f61220e570c71bcc25a;p=helm.git symmetry of equality NOT used in auto --- diff --git a/helm/ocaml/metadata/metadataConstraints.ml b/helm/ocaml/metadata/metadataConstraints.ml index 28973af97..2c04562d8 100644 --- a/helm/ocaml/metadata/metadataConstraints.ml +++ b/helm/ocaml/metadata/metadataConstraints.ml @@ -407,7 +407,7 @@ let myspeciallist_of_facts = [0,"cic:/Coq/Init/Logic/eq.ind#xpointer(1/1/1)"] let myspeciallist = [0,"cic:/Coq/Init/Logic/eq.ind#xpointer(1/1/1)"; - 0,"cic:/Coq/Init/Logic/sym_eq.con"; +(* 0,"cic:/Coq/Init/Logic/sym_eq.con"; *) 0,"cic:/Coq/Init/Logic/trans_eq.con"; 0,"cic:/Coq/Init/Logic/f_equal.con"; 0,"cic:/Coq/Init/Logic/f_equal2.con";