Auteur: Matthew Fluet Datum: Aan: MLton Onderwerp: Re: bignums and native back end
> x * 1 = 1 * x = x
> x * ~1 = ~1 * x = ~x
> x * 0 = 0 * x = 0
> x + 0 = 0 + x = x
> x - 0 = x
> 0 - x = ~x
> x > x = x < x = false
> x >= x = x <= x = true
> equal(x, x) = true