perl6 / Pugs.hs

(ARCHIVE) Raku User's Golfing System in Haskell
84 stars 17 forks source link

No such method in class Num: "&Int" #2

Closed coke closed 12 years ago

coke commented 12 years ago

Current error preventing S16-filehandles/mkdir_rmdir.t (et al.) from continuing.

coke commented 12 years ago

Here's a slightly easier to reproduce example: (no longer blocking that file)

14:21 < [Coke]> pugs: sin(3).Int.say 14:21 <+p6eval> pugs b927740: OUTPUT«*\ No such method in class Num: "&Int"␤ at /tmp/jAliqZwCcU line 1, column 1 - line 2, column 1␤»

coke commented 12 years ago

See wip/typefix branch.