; Iter 14b design exhibit — Decision 6 form (A). ; Trivial-program reference: shows the form's overhead floor. (module hello (fn main (type (fn-type (params) (ret (con Unit)) (effects IO))) (params) (body (do io/print_str "Hello, AILang."))))