diff options
| author | ppedrot | 2012-09-14 17:17:07 +0000 |
|---|---|---|
| committer | ppedrot | 2012-09-14 17:17:07 +0000 |
| commit | 428d0f649f565137b1851389f8e26ad410ba7052 (patch) | |
| tree | a5e7ebac89aff0f2b78021708415682b0a7e9d70 /plugins/syntax | |
| parent | f8394a52346bf1e6f98e7161e75fb65bd0631391 (diff) | |
Partial revert of Yann commit in order to use CLib.List when opening
Util module.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15802 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'plugins/syntax')
| -rw-r--r-- | plugins/syntax/nat_syntax.ml | 2 | ||||
| -rw-r--r-- | plugins/syntax/z_syntax.ml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/plugins/syntax/nat_syntax.ml b/plugins/syntax/nat_syntax.ml index 8f34ec495f..5219124cd0 100644 --- a/plugins/syntax/nat_syntax.ml +++ b/plugins/syntax/nat_syntax.ml @@ -9,11 +9,13 @@ (* This file defines the printer for natural numbers in [nat] *) (*i*) +open Util open Glob_term open Bigint open Coqlib open Pp open Errors +open Util (*i*) (**********************************************************************) diff --git a/plugins/syntax/z_syntax.ml b/plugins/syntax/z_syntax.ml index 7cad42d60d..8e5a07e0d6 100644 --- a/plugins/syntax/z_syntax.ml +++ b/plugins/syntax/z_syntax.ml @@ -8,6 +8,7 @@ open Pp open Errors +open Util open Names open Bigint |
