Created
May 7, 2014 21:23
-
-
Save Fuco1/ebc498a9a700840ce4e6 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
(let* ((plist1 '(:a 1 :b 2)) | |
(plist2 '(:b 3 :c 4)) | |
(both (-concat plist1 plist2)) | |
(-compare-fn (-on 'equal 'car))) | |
(-flatten-n 1 (-distinct (-partition 2 both)))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment