glguy / tries

BSD 3-Clause "New" or "Revised" License
11 stars 8 forks source link

Improve the Show instance #28

Closed treeowl closed 2 years ago

treeowl commented 2 years ago

The Show instance for tries previously showed a representation of their internal structure, which is quite peculiar. Make it show an association list instead, like Data.Map and Data.HashMap do.

Fixes #26