Python is DOOMED! Again!

Chris Angelico rosuav at gmail.com
Mon Feb 2 00:38:36 EST 2015


On Mon, Feb 2, 2015 at 4:19 PM, Gregory Ewing
<greg.ewing at canterbury.ac.nz> wrote:
> In Haskell you would just go ahead and compare ptr
> with Nothing (or more likely pattern-match it against
> Nothing).

So since you can set something to Nothing regardless of type, and
compare it against Nothing regardless of type, it doesn't really much
matter that there are different types of Nothing. Right?

ChrisA



More information about the Python-list mailing list