X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fnlibrary%2FTPTP.ma;h=3f5eefb901b2e755770c9aa2811ccddfc405e8e3;hb=6d49221c1fefe6a2c5bddb3db24d3698414a700f;hp=326b673fca01b6b43338921663f0c31986607e96;hpb=130d99d356c82501fecb5f3aa1eb708b4d4c8b24;p=helm.git diff --git a/helm/software/matita/nlibrary/TPTP.ma b/helm/software/matita/nlibrary/TPTP.ma index 326b673fc..3f5eefb90 100644 --- a/helm/software/matita/nlibrary/TPTP.ma +++ b/helm/software/matita/nlibrary/TPTP.ma @@ -34,5 +34,5 @@ interpretation "myeq" 'myeq T A B = (eq T A B). notation > "'Eq' term 90 A term 90 B" non associative with precedence 40 for @{'myeq ? $A $B}. -naxiom bool_ext : ∀P,Q: Prop. (P → Q) → (Q → P) → P = Q. +naxiom bool_ext : ∀P,Q: o. (P → Q) → (Q → P) → P = Q. naxiom f_ext_1 : ∀a,b:Type[0].∀f,g: a → b. (∀x.f x = g x) → f = g.