]> matita.cs.unibo.it Git - helm.git/commitdiff
interpretation for <->
authorEnrico Tassi <enrico.tassi@inria.fr>
Thu, 23 Sep 2010 22:36:07 +0000 (22:36 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Thu, 23 Sep 2010 22:36:07 +0000 (22:36 +0000)
helm/software/matita/nlibrary/Plogic/connectives.ma

index 491657676a85ada0ae073947190306fedbb0af87..bf17771fb9890a632f0f49f2b8e223837712f36a 100644 (file)
@@ -75,3 +75,5 @@ ninductive ex2 (A:Type[0]) (P,Q:A \to Prop) : Prop ≝
 
 ndefinition iff :=
  λ A,B. (A → B) ∧ (B → A).
+
+interpretation "iff" 'iff a b = (iff a b).