I am looking for a tree-like dictionary data structure that is easy to implement in Haskell.
Do you have experience implementing AVL trees or RB trees? I also think about splay trees, but I donβt see how they can be implemented using immutable data.
source share