diff options
| author | Hugo Herbelin | 2020-09-18 19:32:56 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2020-09-18 19:32:56 +0200 |
| commit | 17aa50c3cdf3766cdba76ea9d82c9aaa506eaa34 (patch) | |
| tree | 5430b25cb1517423d528171e144ae9ae515a58f1 /dev/include_printers | |
| parent | 3ff6af396ce73291a127707022aa2c96adc52b0b (diff) | |
Adding debugging printers for Intmap.
Diffstat (limited to 'dev/include_printers')
| -rw-r--r-- | dev/include_printers | 2 |
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;; |
