gives me two warnings - one of them is where I'd added a nonexhaustive match ignore annotation (see issue #9), but the other, in pqueue-lazy-pairing.sml, doesn't seem to be noticed by MLton when it's checking the same file and doesn't make much sense to me in either case.
Ironically, I think it's in your code (pqueue-lazy-paring.sml).
gives me two warnings - one of them is where I'd added a nonexhaustive match ignore annotation (see issue #9), but the other, in
pqueue-lazy-pairing.sml
, doesn't seem to be noticed by MLton when it's checking the same file and doesn't make much sense to me in either case.