From 34e5e5176a2ffbb6825043c279a504d83aac12dc Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 26 Oct 2011 07:52:06 +0000 Subject: Revision 14605 continued (Utf8.v now correctly exporting Utf8_core.v). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14607 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Unicode/Utf8.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/Unicode') diff --git a/theories/Unicode/Utf8.v b/theories/Unicode/Utf8.v index 4d44dd85c..86ab47768 100644 --- a/theories/Unicode/Utf8.v +++ b/theories/Unicode/Utf8.v @@ -7,7 +7,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -Require Import Utf8_core. +Require Export Utf8_core. (* Arithmetic *) Notation "x ≤ y" := (le x y) (at level 70, no associativity). -- cgit v1.2.3