Skip to content

Instantly share code, notes, and snippets.

@michiakig
Last active December 12, 2015 09:29
Show Gist options
  • Save michiakig/4751876 to your computer and use it in GitHub Desktop.
Save michiakig/4751876 to your computer and use it in GitHub Desktop.
- printTree t;
a
/ \
b c
/ \ / \
d e x y
/ \
q w
val it = () : unit
(*
should be
a
/ \
/ \
/ \
b c
/ \ / \
d e x y
/ \
q w
*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment