From 9ebf44d84754adc5b64fcf612c6816c02c80462d Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 2 Feb 2019 19:29:23 -0500 Subject: Imported Upstream version 8.9.0 --- test-suite/modules/Przyklad.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-suite/modules/Przyklad.v') diff --git a/test-suite/modules/Przyklad.v b/test-suite/modules/Przyklad.v index 7214287a..ece1b47b 100644 --- a/test-suite/modules/Przyklad.v +++ b/test-suite/modules/Przyklad.v @@ -1,7 +1,7 @@ Definition ifte (T : Set) (A B : Prop) (s : {A} + {B}) (th el : T) := if s then th else el. -Implicit Arguments ifte. +Arguments ifte : default implicits. Lemma Reflexivity_provable : forall (A : Set) (a : A) (s : {a = a} + {a <> a}), -- cgit v1.2.3