Skip to content

Instantly share code, notes, and snippets.

@alinpopa
Created August 1, 2012 04:58
Show Gist options
  • Save alinpopa/3223831 to your computer and use it in GitHub Desktop.
Save alinpopa/3223831 to your computer and use it in GitHub Desktop.
validate1.erl
lists:flatmap(fun(ListElement) -> apply_validators(ListElement) end, [[1,2,3], [4,5]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment