Skip to content

Instantly share code, notes, and snippets.

@xandkar
Created March 17, 2015 15:34
Show Gist options
  • Save xandkar/75a5427bbc6d5d43fe95 to your computer and use it in GitHub Desktop.
Save xandkar/75a5427bbc6d5d43fe95 to your computer and use it in GitHub Desktop.
Erlang conditional singleton
1>
1> [foo || true].
[foo]
2>
2> [foo || false].
[]
3>
3>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment