X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fcontribs%2FRELATIONAL%2FNPlus%2Fdefs.ma;h=8d8b304c3afce2eb1d9aa75c68b0c59a3cdae2e7;hb=4a3ced7cc547cc4f4566c4c68c35b0de1aabf7f0;hp=289093403b3bc1c1643fc7607167a26f9d21d0a4;hpb=e485fe6131cd39401a093d0c10aac7e25aa0532d;p=helm.git diff --git a/matita/contribs/RELATIONAL/NPlus/defs.ma b/matita/contribs/RELATIONAL/NPlus/defs.ma index 289093403..8d8b304c3 100644 --- a/matita/contribs/RELATIONAL/NPlus/defs.ma +++ b/matita/contribs/RELATIONAL/NPlus/defs.ma @@ -14,9 +14,7 @@ set "baseuri" "cic:/matita/RELATIONAL/NPlus/defs". -include "logic/equality.ma". - -include "Nat/defs.ma". +include "datatypes/Nat.ma". inductive NPlus (p:Nat): Nat \to Nat \to Prop \def | nplus_zero_2: NPlus p zero p @@ -26,6 +24,6 @@ inductive NPlus (p:Nat): Nat \to Nat \to Prop \def interpretation "natural plus predicate" 'rel_plus x y z = (cic:/matita/RELATIONAL/NPlus/defs/NPlus.ind#xpointer(1/1) x y z). -notation "hvbox(a break + b break == c)" +notation "hvbox(a break + b break == c)" non associative with precedence 95 for @{ 'rel_plus $a $b $c}.