Closed thundergnat closed 5 years ago
@thundergnat actually, now I see there's a problem:
===SORRY!=== Error while compiling /home/alex/git/perl6-Math-Sequences/lib/Math/Sequences/Integer.pm6 (Math::Sequences::Integer)
Missing block
at /home/alex/git/perl6-Math-Sequences/lib/Math/Sequences/Integer.pm6 (Math::Sequences::Integer):293
------> sub totient ($n) is export⏏ (:support) {
expecting any of:
new name to be defined
I have a habit of leaving a space between function name and signature. (That's how I imagine this typo came to be in your cleanup.) That space is not allowed after the export
trait, simple as that.
Sigh. I wonder how I mange to get dressed in the mornings sometimes.