Created
April 27, 2018 21:24
-
-
Save Zekt/7eaefa0f142b20569664a8460fd5da81 to your computer and use it in GitHub Desktop.
Wow, Such nub
This file contains 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
import Data.List | |
nub xs = map fst . filter (uncurry notElem) $ zip xs (inits xs) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment