chore(library/logic/examples/colog88): remove unnecessary annotation

This commit is contained in:
Leonardo de Moura 2015-04-24 12:45:06 -07:00
parent a5306e70eb
commit 1149ead14c

View file

@ -89,4 +89,4 @@ lemma P0_x0 : P0 x0 :=
exists.intro P0 (and.intro fP0_eq not_P0_x0)
theorem inconsistent : false :=
absurd @P0_x0 @not_P0_x0
absurd P0_x0 not_P0_x0