Giter Site home page Giter Site logo

Comments (7)

gomoripeti avatar gomoripeti commented on June 15, 2024

Hi Tim,

the problem is not Elixir specific. erlang:get_module_info/1 has the spec defined in erlang.erl as:

-spec erlang:get_module_info(Module) -> [{Item, term()}] when
      Item :: module | exports | attributes | compile | native | md5,
      Module :: atom().

The Module type variable is not yet resolved to atom() based on the constraints after when. This is a feature that will probably be implemented later in Gradualizer.

from gradualizer.

tim2CF avatar tim2CF commented on June 15, 2024

thanks!

from gradualizer.

josefs avatar josefs commented on June 15, 2024

Peter is exactly right. Type variables are not treated correctly in the current implementation. It's something I'm working on right now, but it's a bit of a thorny issue. I've renamed the issue, and I'll close it once I've implemented the support.

from gradualizer.

tim2CF avatar tim2CF commented on June 15, 2024

Thank you guys for your work!
I hope I'll also be able to contribute to this project someday :)

from gradualizer.

zuiderkwast avatar zuiderkwast commented on June 15, 2024

Is the problem in the example solved by #93?

from gradualizer.

timCF avatar timCF commented on June 15, 2024

Yes, this was fixed, thanks!

from gradualizer.

zuiderkwast avatar zuiderkwast commented on June 15, 2024

I'm closing this issue then, although I can't say we have "proper support for polymorphism" yet. It is broad topic. (See e.g. the discussion in #93.)

from gradualizer.

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.