PP v0.1.0 PP

Pretty printer

Import this module in your code to use pp.

Link to this section Summary

Functions

Pretty prints the expression with optional ANSI formatting

Link to this section Functions

Link to this macro pp(expr, ansi_format \\ :reset) (macro)

Pretty prints the expression with optional ANSI formatting

Examples

iex> x = 1

iex> pp(x + 2, [:red, :bright])
x + 2 # => 3