[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unifying the two generic arithmetic alternatives

This page is part of the web mail archives of SRFI 77 from before July 7th, 2015. The new archives for SRFI 77 contain all messages, not just those from before July 7th, 2015.



Marcin 'Qrczak' Kowalczyk writes:

> A boolean is almost always used to choose control flow. Since you
> can't make control flow inexact, inexactness is not really contagious.

Why not?

    (inexact? (if (< #i3 4) x y))  => #t

Andrew