Module pp_record

Pretty prints records using record definitions with help of epp.

Description

Pretty prints records using record definitions with help of epp. Almost all of the code is taken from shell.erl where shell commands rp and rr are defined.

Function Index

print/2
read/1
read/2

Function Details

print/2

print(Value::term(), RecDefs::atom() | string()) -> io_lib:chars()

read/1

read(FileOrModule::atom() | string()) -> {ok, [tuple()]} | {error, term()}

read/2

read(FileOrModule::atom() | string(), Opts::[tuple()]) -> {ok, [tuple()]} | {error, term()}


Generated by EDoc