Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 19, 2018 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/02ccaa67babb649eda5aa70dd98152e4 to your computer and use it in GitHub Desktop.
Save Whateverable/02ccaa67babb649eda5aa70dd98152e4 to your computer and use it in GitHub Desktop.
bisectable6
Cannot resolve caller infix:<->(Instant, Mu); none of these signatures match:
    ($x = 0)
    (\a, \b)
    (Real \a, Real \b)
    (Int:D \a, Int:D \b --> Int:D)
    (int $a, int $b --> int)
    (Num:D \a, Num:D \b)
    (num $a, num $b --> num)
    (Range:D \a, Real:D \b)
    (Rational:D \a, Rational:D \b)
    (Rational:D \a, Int:D \b)
    (Int:D \a, Rational:D \b)
    (Complex:D \a, Complex:D \b --> Complex:D)
    (Complex:D \a, Real \b --> Complex:D)
    (Real \a, Complex:D \b --> Complex:D)
    (Instant:D $a, Instant:D $b)
    (Instant:D $a, Real:D $b)
    (Duration:D $a, Real $b)
    (Duration:D $a, Duration:D $b)
    (DateTime:D \a, DateTime:D \b)
    (DateTime:D \a, Duration:D \b)
    (Date:D $d, Int:D $x)
    (Date:D $a, Date:D $b)
    (Telemetry:U \a, Telemetry:U \b)
    (Telemetry:D \a, Telemetry:U \b --> Telemetry::Period:D)
    (Telemetry:U \a, Telemetry:D \b --> Telemetry::Period:D)
    (Telemetry:D \a, Telemetry:D \b --> Telemetry::Period)
  in method irc-to-me at /home/bisectable/git/whateverable/lib/Whateverable.pm6 line 163
  in sub  at /home/bisectable/git/whateverable/lib/Whateverable.pm6 line 66
  in block  at /home/bisectable/.rakudobrew/moar-master/install/share/perl6/site/sources/67654E203267F9CE57E3CC46CF4B19FB7CAB95A3 (IRC::Client) line 291
  in method handle-event at /home/bisectable/.rakudobrew/moar-master/install/share/perl6/site/sources/67654E203267F9CE57E3CC46CF4B19FB7CAB95A3 (IRC::Client) line 286
  in block  at /home/bisectable/.rakudobrew/moar-master/install/share/perl6/site/sources/67654E203267F9CE57E3CC46CF4B19FB7CAB95A3 (IRC::Client) line 110
  in block  at /home/bisectable/.rakudobrew/moar-master/install/share/perl6/site/sources/67654E203267F9CE57E3CC46CF4B19FB7CAB95A3 (IRC::Client) line 107
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment