Skip to content

Instantly share code, notes, and snippets.

@nox
Created November 7, 2012 13:02
Show Gist options
  • Save nox/4031472 to your computer and use it in GitHub Desktop.
Save nox/4031472 to your computer and use it in GitHub Desktop.
Erlang's lists BIFs
$ grep 'bif lists:' erts/emulator/beam/bif.tab
bif lists:member/2
bif lists:reverse/2
bif lists:keymember/3
bif lists:keysearch/3
bif lists:keyfind/3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment