erl_pp

Functions


seq(Es) -> term()

seq(Es, Hook) -> term()

form(Thing) -> term()

form(Thing, Hook) -> term()

attribute(Thing) -> term()

attribute(Thing, Hook) -> term()

function(F) -> term()

function(F, Hook) -> term()

rule(R) -> term()

rule(R, Hook) -> term()

guard(Gs) -> term()

guard(Gs, Hook) -> term()

exprs(Es) -> term()

exprs(Es, Hook) -> term()

exprs(Es, I, Hook) -> term()

expr(E) -> term()

expr(E, Hook) -> term()

expr(E, I, Hook) -> term()

expr(E, I, P, Hook) -> term()

View Functions