Skip to content

Instantly share code, notes, and snippets.

@systra
Created June 18, 2014 14:25
Show Gist options
  • Save systra/a8b954732f6c80edfd8f to your computer and use it in GitHub Desktop.
Save systra/a8b954732f6c80edfd8f to your computer and use it in GitHub Desktop.
record to proplist
R = #record{}.
lists:zip(record_info(fields, record), tl(tuple_to_list(R))).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment