aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/base_include
diff options
context:
space:
mode:
authorGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2016-06-27 18:15:07 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2016-07-03 12:16:24 +0200
commit3ce70f21a18cc19e720e8ac54b93652527881942 (patch)
treec07c40d207b60b9c31fc148fc720b3890deb7f56 /dev/base_include
parentcf95f2a791c263c7aaa3b488d1b09eaafc29be2b (diff)
rename toplevel/cerror.ml into explainErr.ml (too close to the new lib/cErrors.ml)
Diffstat (limited to 'dev/base_include')
-rw-r--r--dev/base_include4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/base_include b/dev/base_include
index 86f34b2ac..b09b6df2d 100644
--- a/dev/base_include
+++ b/dev/base_include
@@ -66,7 +66,7 @@ open Univ
open Inductive
open Indtypes
open Cooking
-open Closure
+open CClosure
open Reduction
open Safe_typing
open Declare
@@ -170,7 +170,7 @@ open Tacticals
open Tactics
open Eqschemes
-open Cerrors
+open ExplainErr
open Class
open Command
open Indschemes