diff options
| author | Pierre Letouzey | 2016-06-27 18:15:07 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2016-07-03 12:16:24 +0200 |
| commit | 3ce70f21a18cc19e720e8ac54b93652527881942 (patch) | |
| tree | c07c40d207b60b9c31fc148fc720b3890deb7f56 /dev/base_include | |
| parent | cf95f2a791c263c7aaa3b488d1b09eaafc29be2b (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_include | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/base_include b/dev/base_include index 86f34b2ac9..b09b6df2de 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 |
