You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
λ> target (insert0 :: E -> T -> T) 'insert0 "examples/AVL.hs"
Found counter-example: 'e', Node {key = 'a', l = Leaf, r = Node {key =
'd', l = Leaf, r = Leaf, ah = 1}, ah = 2}
it would be nice to get e.g. a graphviz diagram of the tree. Shouldn't be too difficult, just convert the value to an Expr and generate the graphviz from that.
The text was updated successfully, but these errors were encountered:
In addition to
it would be nice to get e.g. a graphviz diagram of the tree. Shouldn't be too difficult, just convert the value to an
Expr
and generate the graphviz from that.The text was updated successfully, but these errors were encountered: