Giter VIP home page Giter VIP logo

Comments (5)

mbauman avatar mbauman commented on July 4, 2024 1

It's just that The only instance of the singleton type Core.Type{T} is the object T only holds for T <: Type. And ideally Core.Type would enforce that as a parametric constraint, but it doesn't. So we could improve the docs.

from julia.

mcabbott avatar mcabbott commented on July 4, 2024

Julia 1.10 also allows Type{Base}, previously an error. I suppose it follows the same rule but I don't know where that's documented.

from julia.

mbauman avatar mbauman commented on July 4, 2024

Modules were intentionally added as supported type parameters in #47749.

from julia.

SBuercklin avatar SBuercklin commented on July 4, 2024

The docstring for Type says

Core.Type is an abstract type which has all type objects as its instances. The only instance of the singleton type Core.Type{T} is the object T.

But that doesn't hold for modules:

julia> module Bar end
Main.Bar

julia> Bar isa Type{Bar}
false

It would be helpful to clarify the docstring for Type or make this behavior hold for modules

from julia.

gbaraldi avatar gbaraldi commented on July 4, 2024

Modules aren't types, so it's not going to be subtype of type.

from julia.

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.