Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate visualization of counterexample #3

Open
gridaphobe opened this issue Feb 10, 2015 · 0 comments
Open

Generate visualization of counterexample #3

gridaphobe opened this issue Feb 10, 2015 · 0 comments

Comments

@gridaphobe
Copy link
Owner

In addition to

λ> 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant