diff options
Diffstat (limited to 'mathcomp/ssrtest/ipatalternation.v')
| -rw-r--r-- | mathcomp/ssrtest/ipatalternation.v | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mathcomp/ssrtest/ipatalternation.v b/mathcomp/ssrtest/ipatalternation.v new file mode 100644 index 0000000..9796648 --- /dev/null +++ b/mathcomp/ssrtest/ipatalternation.v @@ -0,0 +1,6 @@ +(* (c) Copyright Microsoft Corporation and Inria. All rights reserved. *) +Require Import ssreflect. + +Lemma test1 : Prop -> Prop -> Prop -> Prop -> Prop -> True = False -> Prop -> True \/ True. +by move=> A /= /= /= B C {A} {B} ? _ {C} {1}-> *; right. +Qed.
\ No newline at end of file |
