aboutsummaryrefslogtreecommitdiff
path: root/dev/include_printers
diff options
context:
space:
mode:
authorHugo Herbelin2020-09-18 19:32:56 +0200
committerHugo Herbelin2020-09-18 19:32:56 +0200
commit17aa50c3cdf3766cdba76ea9d82c9aaa506eaa34 (patch)
tree5430b25cb1517423d528171e144ae9ae515a58f1 /dev/include_printers
parent3ff6af396ce73291a127707022aa2c96adc52b0b (diff)
Adding debugging printers for Intmap.
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;;