ashinkarov / heh

A programming language with infinite arrays
ISC License
30 stars 0 forks source link

Bug in ordinals division #6

Open MaximilianAlgehed opened 6 years ago

MaximilianAlgehed commented 6 years ago

Hi, just dropping this here to let you know there is a bug in your implementation of ordinal divmod, ordinals.ml:187 should probably be the ratio of the two different coefficients.

ashinkarov commented 6 years ago

I don't think so. I guess this is just a funny way to say that c = 1. Otherwise, can you give a counter example where you think this code breaks?