Skip to content

Instantly share code, notes, and snippets.

@Abhiroop
Last active October 30, 2017 11:59
Show Gist options
  • Save Abhiroop/8b9cb21242505c870840adb1e97e77c6 to your computer and use it in GitHub Desktop.
Save Abhiroop/8b9cb21242505c870840adb1e97e77c6 to your computer and use it in GitHub Desktop.
data Color = R | B deriving Show
data Tree a = E | T Color (Tree a) a (Tree a) deriving Show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment