GithubHelp home page GithubHelp logo

Comments (8)

jariji avatar jariji commented on June 14, 2024 2

That's like #127

from mlstyle.jl.

jonniediegelman avatar jonniediegelman commented on June 14, 2024 1

I see. So Float64 is interpreted as just some variable for the right side to use in this case. This does indeed happen without types:

julia> one = 1; two = 2;

julia> x = two;

julia> @match x begin
           one => "One!"
           two => "Two!"
           _ => "Many!"
       end
"One!"

Maybe an error could be thrown if two patterns are the "same" on the left side?

from mlstyle.jl.

thautwarm avatar thautwarm commented on June 14, 2024 1

I'd close this but pin it as it is a FAQ.
If anyone has a different idea, you could just have discussions here which is helpful for other users with this issue.

from mlstyle.jl.

jariji avatar jariji commented on June 14, 2024

It's because in the first example those are literal patterns because they are 1 and 2, whereas Float64 is a capturing pattern because it's a symbol.

from mlstyle.jl.

ShalokShalom avatar ShalokShalom commented on June 14, 2024

So can we close this one?

from mlstyle.jl.

ShalokShalom avatar ShalokShalom commented on June 14, 2024

I would just include an appropriate error message?

from mlstyle.jl.

thautwarm avatar thautwarm commented on June 14, 2024

I would just include an appropriate error message?

Do you have any design ideas? MLStyle can detect redundant patterns in some cases, but I'm not sure if I should mark things as intentional or unexpected.

from mlstyle.jl.

jariji avatar jariji commented on June 14, 2024

Is there any benefit to allowing redundant cases (#127)?

from mlstyle.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.