power_assert v0.1.2 PowerAssert.Debug

This module provides debug utilities

Link to this section Summary

Functions

execute code with inspected prints useful for debug

Link to this section Functions

Link to this macro puts_expr(ast) (macro)

execute code with inspected prints useful for debug

iex> puts_expr(x |> Enum.at(y)) x |> Enum.at(y) | | | | 3 2 [1, 2, 3, 4] 3