(module eq_float_noinstance (fn main (type (fn-type (params) (ret (con Unit)) (effects IO))) (params) (body (app print (if (app eq 1.0 2.0) 1 0)))))