decl print : String -> Unit decl func : String -> Int def func : s = { ; print: s return 5 }