Last active
December 25, 2015 20:39
-
-
Save daveray/7036318 to your computer and use it in GitHub Desktop.
With paredit.vim, put cursor on `output-queue-map` and hit "dab". Very strange things happen and undo doesn't even undo them. please read files in order: before.clj, after.clj, after-undo.clj.
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
(defn foo | |
[context] (wrap-router | |
(wrap-router (comp output-queue-map | |
(routing-table %) | |
:type))) | |
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
(defn foo | |
[context] (wrap-router |
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
(defn foo | |
[context] | |
(wrap-router (comp output-queue-map | |
(routing-table %) | |
:type))) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment