]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/nlibrary/logic/equality.ma
nrewrite now working
[helm.git] / helm / software / matita / nlibrary / logic / equality.ma
index ff8cc5a1392c5393d997f2f85dd0da48e8397942..1da7e1b0be4ec611643009b61780a08a09505cd8 100644 (file)
@@ -16,7 +16,7 @@ include "logic/connectives.ma".
 
 ninductive eq (A: Type) (a: A) : A → CProp ≝
  refl: eq A a a.
+
 interpretation "leibnitz's equality" 'eq t x y = (eq t x y).
 
 interpretation "leibnitz's non-equality" 'neq t x y = (Not (eq t x y)).