From 9043add656177eeac1491a73d2f3ab92bec0013c Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 29 Dec 2018 14:31:27 -0500 Subject: Imported Upstream version 8.8.2 --- theories/Bool/Bool.v | 10 ++++++---- theories/Bool/BoolEq.v | 10 ++++++---- theories/Bool/Bvector.v | 10 ++++++---- theories/Bool/DecBool.v | 10 ++++++---- theories/Bool/IfProp.v | 10 ++++++---- theories/Bool/Sumbool.v | 10 ++++++---- theories/Bool/Zerob.v | 10 ++++++---- theories/Bool/vo.itarget | 7 ------- 8 files changed, 42 insertions(+), 35 deletions(-) delete mode 100644 theories/Bool/vo.itarget (limited to 'theories/Bool') diff --git a/theories/Bool/Bool.v b/theories/Bool/Bool.v index 06096c66..edf78ed5 100644 --- a/theories/Bool/Bool.v +++ b/theories/Bool/Bool.v @@ -1,9 +1,11 @@ (************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*