Skip to content

This module breaks the built-in × op #12

@AlexDaniel

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.

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