Created
October 30, 2017 11:46
-
-
Save Abhiroop/2d983013e4dbf7a217f392be1206c01e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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