(module show_print_smoke (fn main (type (fn-type (params) (ret (con Unit)) (effects IO))) (params) (body (seq (seq (seq (app print 42) (app print true)) (app print "hello")) (app print 3.14)))))