]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/datatypes/categories.ma
maction support added to notation, adopted for = AKA = \sub t
[helm.git] / helm / software / matita / library / datatypes / categories.ma
index 65bc8ac6bb98c077f175223ca61814a17c69efe5..f5b23dfdd3a4fcbfc832edc89908eca62c3dacf1 100644 (file)
@@ -80,8 +80,8 @@ qed.
 coercion Leibniz.
 *)
 
-interpretation "setoid1 eq" 'eq x y = (eq_rel1 _ (eq1 _) x y).
-interpretation "setoid eq" 'eq x y = (eq_rel _ (eq _) x y).
+interpretation "setoid1 eq" 'eq t x y = (eq_rel1 _ (eq1 t) x y).
+interpretation "setoid eq" 'eq t x y = (eq_rel _ (eq t) x y).
 interpretation "setoid1 symmetry" 'invert r = (sym1 ____ r).
 interpretation "setoid symmetry" 'invert r = (sym ____ r).
 notation ".= r" with precedence 50 for @{'trans $r}.