NAME
FP::Repl::Stack
SYNOPSIS
my $stack = FP::Repl::Stack->get($numbers_of_levels_to_skip);
my $f = $stack->frame($frameno);
$f->package
$f->args
...
# or:
$stack->package($frameno)
$stack->args($frameno)
...
# the whole thing as string:
$stack->backtrace
DESCRIPTION
I'm pretty sure this is re-inventing some wheel..
SEE ALSO
Implements: FP::Abstract::Show, FP::Abstract::Pure
NOTE
This is alpha software! Read the status section in the package README or on the website.