Skip to content

Instantly share code, notes, and snippets.

@zwilias
Created August 2, 2017 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zwilias/b246c464e1dce5fbabcd29020d5dfc18 to your computer and use it in GitHub Desktop.
Save zwilias/b246c464e1dce5fbabcd29020d5dfc18 to your computer and use it in GitHub Desktop.
type Tree
= Leaf String Int
| Branch String (List Tree)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment