On Mon, Feb 2, 2015 at 4:19 PM, Gregory Ewing <greg.ew...@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 -- https://mail.python.org/mailman/listinfo/python-list