diff options
| author | ppedrot | 2012-06-01 19:53:57 +0000 |
|---|---|---|
| committer | ppedrot | 2012-06-01 19:53:57 +0000 |
| commit | 80b91aa1e83097efd006cfed5f57e4826a1ab0c8 (patch) | |
| tree | 75f2746f738c2b2c111b701f80d59d10f80c75f7 /toplevel/command.ml | |
| parent | cf7660a3a8932ee593a376e8ec7ec251896a72e3 (diff) | |
Cleaning Pp.ppnl use
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15413 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/command.ml')
| -rw-r--r-- | toplevel/command.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/command.ml b/toplevel/command.ml index 12ce73a5b0..2f5ed1181b 100644 --- a/toplevel/command.ml +++ b/toplevel/command.ml @@ -380,7 +380,7 @@ let declare_mutual_inductive_with_eliminations isrecord mie impls = maybe_declare_manual_implicits false (ConstructRef (ind, succ j)) impls) constrimpls) impls; - if_verbose ppnl (minductive_message names); + if_verbose msg_info (minductive_message names); declare_default_schemes mind; mind |
