aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/top_printers.ml
diff options
context:
space:
mode:
Diffstat (limited to 'dev/top_printers.ml')
-rw-r--r--dev/top_printers.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/top_printers.ml b/dev/top_printers.ml
index bc7a0b836..cf35caf0c 100644
--- a/dev/top_printers.ml
+++ b/dev/top_printers.ml
@@ -244,7 +244,7 @@ let print_pure_constr csr =
| Anonymous -> print_string "_"
(* Remove the top names for library and Scratch to avoid long names *)
and sp_display sp = let ls =
- match List.map string_of_id (dirpath sp) with
+ match List.map string_of_id (repr_dirpath (dirpath sp)) with
("Scratch"::l)-> l
| ("Coq"::_::l) -> l
| l -> l