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