diff options
Diffstat (limited to 'theories/Program')
| -rw-r--r-- | theories/Program/Basics.v | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/theories/Program/Basics.v b/theories/Program/Basics.v index e5bc98dee3..014ff3a016 100644 --- a/theories/Program/Basics.v +++ b/theories/Program/Basics.v @@ -139,5 +139,3 @@ Tactic Notation "exist" constr(x) := exists x. Tactic Notation "exist" constr(x) constr(y) := exists x ; exists y. Tactic Notation "exist" constr(x) constr(y) constr(z) := exists x ; exists y ; exists z. Tactic Notation "exist" constr(x) constr(y) constr(z) constr(w) := exists x ; exists y ; exists z ; exists w. - -Notation " ! A " := (notT A) (at level 200, A at level 100) : type_scope. |
