]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/procedural/Coq/preamble.ma
nasty change in the lexer/parser:
[helm.git] / helm / software / matita / contribs / procedural / Coq / preamble.ma
index 6e26169d5d1e9ac24f2bd3691a8703a7905d3b53..a062d69550aa91878387a13a600862c73b0c8fed 100644 (file)
@@ -32,7 +32,7 @@ default "false"
 default "absurd"
  cic:/Coq/Init/Logic/absurd.con. 
 
-interpretation "Coq's leibnitz's equality" 'eq x y = (cic:/Coq/Init/Logic/eq.ind#xpointer(1/1) _ x y).
+interpretation "Coq's leibnitz's equality" 'eq x y = (cic:/Coq/Init/Logic/eq.ind#xpointer(1/1) ? x y).
 
 theorem f_equal1 : \forall A,B:Type.\forall f:A\to B.\forall x,y:A.
   x = y \to (f y) = (f x).