ndmitchell / debug

Haskell library for debugging
BSD 3-Clause "New" or "Revised" License
122 stars 7 forks source link

Restricted number of shadowed variables #52

Closed marklnichols closed 6 years ago

marklnichols commented 6 years ago

The 'shadowed' variables are limited to three copies, i.e., x, x', x'', x'''

Its still an open issue to somehow display that the number of values displayed has been truncated.

ndmitchell commented 6 years ago

Looks good!