The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Q::S::L - Shortcut for Quantum::Superpositions::Lazy

SYNOPSIS

        use Q::S::L qw(superpos every_state ...);

        my $position_1 = superpos(1 .. 10);

        # continue as with regular Quantum::Superpositions::Lazy

DESCRIPTION

This module is just a shorter name for Quantum::Superpositions::Lazy. See its documentation for details.