Closed treeowl closed 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.
Show
Data.Map
Data.HashMap
Fixes #26
The
Show
instance for tries previously showed a representation of their internal structure, which is quite peculiar. Make it show an association list instead, likeData.Map
andData.HashMap
do.Fixes #26