diff options
| author | Hugo Herbelin | 2014-12-06 15:52:50 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2014-12-07 15:14:38 +0100 |
| commit | f875ae88edd6a45ab72335eee0735a65d027435c (patch) | |
| tree | d7104c8d39e62b5c12e73d65203166de20526964 /dev/base_include | |
| parent | 3e5b9ab9f75e4102068230769861fc875be0e306 (diff) | |
Removing import of Proofview in debugger because its module Goal hides
the import of goal.ml and, afaiu, ocaml does not provide a way to
refer to a shadowed module.
Diffstat (limited to 'dev/base_include')
| -rw-r--r-- | dev/base_include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev/base_include b/dev/base_include index 71ccea9693..de63c557d3 100644 --- a/dev/base_include +++ b/dev/base_include @@ -136,7 +136,6 @@ open Goal open Logic open Pfedit open Proof -open Proofview open Proof_using open Proof_global open Proof_type |
