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/Strings/Ascii.v | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'theories/Strings/Ascii.v') diff --git a/theories/Strings/Ascii.v b/theories/Strings/Ascii.v index 55a533c5..5154b75b 100644 --- a/theories/Strings/Ascii.v +++ b/theories/Strings/Ascii.v @@ -1,10 +1,12 @@ -(* -*- coding: utf-8 -*- *) (************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*