Skip to content

This module breaks the built-in × op #12

Description

@AlexDaniel

Code:

use Math::Vector; say 4 × 2

Result:

===SORRY!=== Error while compiling /tmp/zUfYBnxwH_
Calling infix:<×>(Int, Int) will never work with any of these multi signatures:
    (Math::Vector $a where { ... }, Math::Vector $b where { ... }) 
    (Math::Vector $a where { ... }, Math::Vector $b where { ... })
at /tmp/zUfYBnxwH_:1
------> use Math::Vector; say 4 ⏏× 2

That's consistent across all rakudo releases.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions