Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | None | 0 0
  1. Matthews-MacBook-Pro:malarson matthewlarson$ ghci BinaryTree.hs
  2. GHCi, version 8.6.5: http://www.haskell.org/ghc/  :? for help
  3. [1 of 1] Compiling Main             ( BinaryTree.hs, interpreted )
  4. Ok, one module loaded.
  5. *Main> toList (reverseTree tree) == reverse (toList tree)
  6. True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement