Skip to content

Instantly share code, notes, and snippets.

@jadeallenx
Created April 28, 2015 16:17
Show Gist options
  • Save jadeallenx/f002bea7cef86e4c8d6b to your computer and use it in GitHub Desktop.
Save jadeallenx/f002bea7cef86e4c8d6b to your computer and use it in GitHub Desktop.
-record(riak_core_fold_req_v2, {
foldfun :: fun(),
acc0 :: term(),
forwardable :: boolean(),
opts = [] :: list()}).
-define(FOLD_REQ, #riak_core_fold_req_v2).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment