cute-stack
cute-stack copied to clipboard
option to merge recursive calls
so instead of
at fn (/some/path/to/file:2:1)
at fn (/some/path/to/file:2:1)
at fn (/some/path/to/file:2:1)
at fn (/some/path/to/file:2:1)
at foo (/some/path/to/file:1:1)
we could have
at fn (/some/path/to/file:2:1) [x4]
at foo (/some/path/to/file:1:1)