Skip to content

Instantly share code, notes, and snippets.

@hexx
Created March 19, 2013 17:38
Show Gist options
  • Save hexx/5198274 to your computer and use it in GitHub Desktop.
Save hexx/5198274 to your computer and use it in GitHub Desktop.
List Tree Difference
scala> showRaw(reify(Nil.::("hoge").::(123)).tree).length
res0: Int = 188
scala> showRaw(reify(123 :: "hoge" :: Nil).tree).length
res1: Int = 392
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment