Created
April 28, 2015 15:51
-
-
Save jadeallenx/4ee19eb9c53d0ec89914 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
handle_handoff_command(?FOLD_REQ{foldfun=VisitFun, acc0=Acc0}, _Sender, State) -> | |
%% eliding details for now. Don't worry, we'll get to them shortly. | |
Final = lists:foldl(fun magic/2, Acc0, object_list()), | |
{reply, Final, State}. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment