Pretty A not intrusive pretty print tool quick start Add to rebar.config {deps, [ ... {pretty, {git, "https://github.com/QCute/pretty.git", {branch, "master"}}} ]}. Usage %% setup code:ensure_loaded(pretty). %% print io:format("~p ~tp~n", [hello, world]).