Skip to content

Instantly share code, notes, and snippets.

@marick
Created September 21, 2014 19:29
Show Gist options
  • Save marick/21d458c32a594a202ece to your computer and use it in GitHub Desktop.
Save marick/21d458c32a594a202ece to your computer and use it in GitHub Desktop.
(when-maybe [name1 (stage1-may-return-nil 3)
name2 (stage2-may-return-nil 3)]
(stage3 name1 name2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment