diff options
| author | Théo Zimmermann | 2017-06-22 14:38:31 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2017-06-22 14:38:31 +0200 |
| commit | e9e8420df7a1799d9fcc86430c31a68820dc90c3 (patch) | |
| tree | 13d978425a760c990fd4587798fcb059576721b1 /dev | |
| parent | d30ed5fe0694466f70eed51bc689cd0fa8c00da5 (diff) | |
Add missing definition and fix #use include;; as suggested by @amintimany.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/top_printers.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/top_printers.ml b/dev/top_printers.ml index ff575e432c..1be72759c9 100644 --- a/dev/top_printers.ml +++ b/dev/top_printers.ml @@ -215,6 +215,7 @@ let ppuniverse_context_future c = let ctx = Future.force c in ppuniverse_context ctx let ppcumulativity_info c = pp (Univ.pr_cumulativity_info Univ.Level.pr c) +let ppabstract_cumulativity_info c = pp (Univ.pr_abstract_cumulativity_info Univ.Level.pr c) let ppuniverses u = pp (UGraph.pr_universes Level.pr u) let ppnamedcontextval e = pp (pr_named_context (Global.env ()) Evd.empty (named_context_of_val e)) |
