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/top_printers.mli | |
| parent | 3ff6af396ce73291a127707022aa2c96adc52b0b (diff) | |
Adding debugging printers for Intmap.
Diffstat (limited to 'dev/top_printers.mli')
| -rw-r--r-- | dev/top_printers.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/top_printers.mli b/dev/top_printers.mli index b1bb5e4702..712f66112c 100644 --- a/dev/top_printers.mli +++ b/dev/top_printers.mli @@ -65,6 +65,9 @@ val ppidmap : (Names.Id.Map.key -> 'a -> Pp.t) -> 'a Names.Id.Map.t -> unit val pridmapgen : 'a Names.Id.Map.t -> Pp.t val ppidmapgen : 'a Names.Id.Map.t -> unit +val printmapgen : 'a Int.Map.t -> Pp.t +val ppintmapgen : 'a Int.Map.t -> unit + val prididmap : Names.Id.t Names.Id.Map.t -> Pp.t val ppididmap : Names.Id.t Names.Id.Map.t -> unit |
