From 2053e46c8d6a4da32b4155d346d1b04da3686d06 Mon Sep 17 00:00:00 2001 From: msozeau Date: Wed, 14 Mar 2012 09:52:41 +0000 Subject: Everything compiles again. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15034 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/btauto/Algebra.v | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/btauto') diff --git a/plugins/btauto/Algebra.v b/plugins/btauto/Algebra.v index f82db7c582..e3ac563fb0 100644 --- a/plugins/btauto/Algebra.v +++ b/plugins/btauto/Algebra.v @@ -135,6 +135,7 @@ Qed. Program Instance Decidable_null : forall p, Decidable (null p) := { Decidable_witness := match p with Cst false => true | _ => false end }. + Next Obligation. split. destruct p as [[]|]; first [discriminate|constructor]. -- cgit v1.2.3