Skip to content

Instantly share code, notes, and snippets.

@Abhiroop
Last active October 30, 2017 11:56
Show Gist options
  • Save Abhiroop/a4579d69f4b71ea9105f84e4e1fcc8f7 to your computer and use it in GitHub Desktop.
Save Abhiroop/a4579d69f4b71ea9105f84e4e1fcc8f7 to your computer and use it in GitHub Desktop.
delL x t@(T B t1 y t2) = balL $ T B (del x t1) y t2
delR x t@(T B t1 y t2) = balR $ T B t1 y (del x t2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment