diff options
| author | Gaëtan Gilbert | 2019-01-09 13:30:04 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-01-09 13:30:04 +0100 |
| commit | 63c7aa195022a908e0ee43d3cfb48c836405a835 (patch) | |
| tree | b647532e17402bdef8f45eeb07fca00d78003f5c /printing | |
| parent | 7f2e50319d77d09ecc9fdbd6695dd9c92f8389d0 (diff) | |
Stop [Print] from saying [is (not) universe polymorphic].
[About] still says it.
Close #9056.
Diffstat (limited to 'printing')
| -rw-r--r-- | printing/prettyp.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/prettyp.ml b/printing/prettyp.ml index c417ef8a66..408bd5f60b 100644 --- a/printing/prettyp.ml +++ b/printing/prettyp.ml @@ -267,7 +267,6 @@ let print_name_infos ref = print_ref true ref None; blankline] else [] in - print_polymorphism ref @ print_type_in_type ref @ print_primitive ref @ type_info_for_implicit @ @@ -838,6 +837,7 @@ let print_about_any ?loc env sigma k udecl = Dumpglob.add_glob ?loc ref; pr_infos_list (print_ref false ref udecl :: blankline :: + print_polymorphism ref @ print_name_infos ref @ (if Pp.ismt rb then [] else [rb]) @ print_opacity ref @ |
