The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Data::Focus::Applicative::Identity - Identity applicative functor for Data::Focus

DESCRIPTION

Internal use only.

A Data::Focus::Applicative class for Haskell's Identity applicative functor.

CLASS METHODS

build

pure

create_part_mapper

See Data::Focus::Applicative.

$f_datum = Data::Focus::Applicative::Identity->new($datum)

OBJECT METHODS

$datum = $f_datum->run_identity()

AUTHOR

Toshio Ito, <toshioito at cpan.org>