From d817f3b203dd7bc7ea756c829384f10ccc4e5f64 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Wed, 26 Feb 2020 12:54:14 +0100 Subject: Consolidate int63-related notations We avoid redundant notations for the same concepts and make sure notations do not break Ltac parsing for users of these libraries. --- test-suite/bugs/closed/bug_10031.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-suite') diff --git a/test-suite/bugs/closed/bug_10031.v b/test-suite/bugs/closed/bug_10031.v index 15b53de00d..b76ea7d337 100644 --- a/test-suite/bugs/closed/bug_10031.v +++ b/test-suite/bugs/closed/bug_10031.v @@ -3,7 +3,7 @@ Require Import Int63 ZArith. Open Scope int63_scope. Goal False. -cut (let (q, r) := (0, 0) in ([|q|], [|r|]) = (9223372036854775808%Z, 0%Z)); +cut (let (q, r) := (0, 0) in (φ q, φ r) = (9223372036854775808%Z, 0%Z)); [discriminate| ]. Fail (change (0, 0) with (diveucl_21 1 0 1); apply diveucl_21_spec). Abort. -- cgit v1.2.3