GithubHelp home page GithubHelp logo

Comments (8)

crusso avatar crusso commented on July 30, 2024

@rossberg?

from motoko-base.

nomeata avatar nomeata commented on July 30, 2024

Just to keep the flow of unhelpful comments going: how about we ditch the Null type and have null : ?empty? (I may have asked this before and have forgotten the reason)

from motoko-base.

crusso avatar crusso commented on July 30, 2024

I've forgotten the answer, but why is the better and not just uglier?

from motoko-base.

rossberg avatar rossberg commented on July 30, 2024

Wait, why does option == null not work? That would be a bug, given that Null is a subtype.

from motoko-base.

nomeata avatar nomeata commented on July 30, 2024

I've forgotten the answer, but why is the better and not just uglier?

It’s maybe better because we don’t need to explain why there is a separte type called Null, why Null and ?t are related etc.

But I guess that ship has sailed anyways since we have null in Candid…

from motoko-base.

crusso avatar crusso commented on July 30, 2024

Wait, why does option == null not work? That would be a bug, given that Null is a subtype.

Why should that work? We don't derive equality functions for option (they are generic). Unless you want to special case that options of equality type admit equality, but then why not do that consistently for all equality types.

from motoko-base.

crusso avatar crusso commented on July 30, 2024

FTR, ordering on null is not supported (though equality is).

from motoko-base.

rossberg avatar rossberg commented on July 30, 2024

Why should that work? We don't derive equality functions for option (they are generic).

Ah, right.

from motoko-base.

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.