Skip to content

Instantly share code, notes, and snippets.

@Abhiroop
Created October 30, 2017 11:46
Show Gist options
  • Save Abhiroop/2d983013e4dbf7a217f392be1206c01e to your computer and use it in GitHub Desktop.
Save Abhiroop/2d983013e4dbf7a217f392be1206c01e to your computer and use it in GitHub Desktop.
delL x t@(T R t1 y t2) = T R (del x t1) y t2
delR x t@(T R t1 y t2) = T R t1 y (del x t2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment