It's not really doable with the simpleminded curry() used here. You'll have to construct this manually.
'boldital' => do { my $i = curry \&wrap_with_html => ( 'i' ); my $b = curry \&wrap_with_html => ( 'b' ); sub { $b->( $i->( @_ ) ) } },
Makeshifts last the longest.
In reply to Re^2: Specializing Functions with Currying
by Aristotle
in thread Specializing Functions with Currying
by FoxtrotUniform
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |