Created
December 21, 2015 14:10
-
-
Save loopified/a5a8282dc4a6901b0021 to your computer and use it in GitHub Desktop.
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 fun1 | |
[x y z] | |
(...)) | |
(defn fun2 | |
[a b] | |
(...)) | |
(fun1 5 7 (fun2 "foo" 42)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment