aboutsummaryrefslogtreecommitdiff
path: root/dev/include_printers
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-09-21 20:13:54 +0000
committerGitHub2020-09-21 20:13:54 +0000
commit4ebdfae3640056bfb509d9b293636f4ca3427805 (patch)
treef6fb87d52e22f60f875a71f0e9bc94ea8f1a1552 /dev/include_printers
parent84d5475169ec0ba3d11928dab11eba6bc3d19d9b (diff)
parent17aa50c3cdf3766cdba76ea9d82c9aaa506eaa34 (diff)
Merge PR #13057: Adding debugging printers for Intmap
Reviewed-by: ppedrot
Diffstat (limited to 'dev/include_printers')
-rw-r--r--dev/include_printers2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/include_printers b/dev/include_printers
index 30529b5fd6..7583762970 100644
--- a/dev/include_printers
+++ b/dev/include_printers
@@ -26,6 +26,8 @@
#install_printer (* judgement *) ppj;;
#install_printer (* id set *) ppidset;;
#install_printer (* int set *) ppintset;;
+#install_printer (* id set *) ppidmapgen;;
+#install_printer (* int set *) ppintmapgen;;
#install_printer (* Reductionops machine stack *) pp_stack_t;;