diff options
| author | coqbot-app[bot] | 2020-09-21 20:13:54 +0000 |
|---|---|---|
| committer | GitHub | 2020-09-21 20:13:54 +0000 |
| commit | 4ebdfae3640056bfb509d9b293636f4ca3427805 (patch) | |
| tree | f6fb87d52e22f60f875a71f0e9bc94ea8f1a1552 /dev/include_printers | |
| parent | 84d5475169ec0ba3d11928dab11eba6bc3d19d9b (diff) | |
| parent | 17aa50c3cdf3766cdba76ea9d82c9aaa506eaa34 (diff) | |
Merge PR #13057: Adding debugging printers for Intmap
Reviewed-by: ppedrot
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;; |
