(module kernel_answer (fn main (doc "E2E ratifier: prints the intrinsic answer (42).") (type (fn-type (params) (ret (con Unit)) (effects IO))) (params) (body (app print (app kernel_stub.answer)))))