From a2802a0b93aa24e4340be6cb3de7fff865028189 Mon Sep 17 00:00:00 2001 From: SimonBoulier Date: Thu, 19 Dec 2019 16:51:04 +0100 Subject: Fix test-suite fo non maximal implicit arguments --- test-suite/complexity/injection.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-suite/complexity') diff --git a/test-suite/complexity/injection.v b/test-suite/complexity/injection.v index 298a07c1c4..7022987096 100644 --- a/test-suite/complexity/injection.v +++ b/test-suite/complexity/injection.v @@ -47,7 +47,7 @@ Parameter mkJoinmap : forall (key: Type) (t: Type) (j: joinable t), joinmap key j. Parameter ADMIT: forall p: Prop, p. -Arguments ADMIT [p]. +Arguments ADMIT {p}. Module Share. Parameter jb : joinable bool. -- cgit v1.2.3