]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/logic/connectives.ma
nasty change in the lexer/parser:
[helm.git] / helm / software / matita / library / logic / connectives.ma
index 16255bdca30d444148b6780bf1a1097a7f8d6aa5..fcd046277fda5e50dfdd8bce702d065b14b789a1 100644 (file)
@@ -69,7 +69,7 @@ definition decidable : Prop \to Prop \def \lambda A:Prop. A \lor \lnot A.
 inductive ex (A:Type) (P:A \to Prop) : Prop \def
     ex_intro: \forall x:A. P x \to ex A P.
 
-interpretation "exists" 'exists x = (ex _ x).
+interpretation "exists" 'exists x = (ex ? x).
 
 inductive ex2 (A:Type) (P,Q:A \to Prop) : Prop \def
     ex_intro2: \forall x:A. P x \to Q x \to ex2 A P Q.