"{\n${chunks}\n}";
}
+sub _fmt_glob {
+ my ($self, $glob, $meta) = @_;
+ return ((''.*$glob) =~ /::([A-Z_]+)$/)[0];
+}
+
sub _fmt_action_setvalue {
my ($self, $action, $meta) = @_;
$self->_fmt_action_generic(SetValue => $action, $meta);
sub _fmt_resolvedpropositionset {
my ($self, $rps, $meta) = @_;
- $self->_fmt($rps->propositions, $meta);
+ $self->_fmt_object([
+ map {
+ [ $_, $rps->dependencies_for($_) ]
+ } @{$rps->propositions},
+ ], $meta);
}
sub _fmt_proposition {
);
#::Dwarn($ss->with_one_step->with_one_step);
-warn deparse(my $f = $ss->with_one_step->with_one_step->with_one_step);
+warn deparse(my $f = $ss->with_one_step->with_one_step);
+warn deparse($f->with_one_step);
-::Dwarn($f->current_hypothesis->resolved_propositions->dependency_map);
+#::Dwarn($f->current_hypothesis->resolved_propositions->dependency_map);