Skip to content

Instantly share code, notes, and snippets.

@oubiwann
Last active August 29, 2015 13:59
Show Gist options
  • Save oubiwann/10789888 to your computer and use it in GitHub Desktop.
Save oubiwann/10789888 to your computer and use it in GitHub Desktop.
Still Debugging LFE + Erjang
print1([Car|_]=List, D, I, L) ->
%% Handle printable lists specially.
case io_lib:printable_list(List) of
true ->
% DEBUG
io:format("Yup, it's a printable list.~n"),
"";
false ->
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment