Abacus.format

You're seeing just the function format, go back to Abacus module for more information.

Specs

format(expr :: tuple() | String.t() | charlist()) ::
  {:ok, String.t()} | {:error, error :: map()}

Pretty-prints the given expression.

If expr is a string, it will be parsed first.