SYNOPSIS
do identity()
fix1()
fix2()
fix3()
.
.
.
fixN()
end
# will have the same (side)effects as
fix1()
fix2()
fix3()
.
.
.
fixN()