val unit -> unit effect pure main function main () = { if ("test" == "test") then { print("true") } else { print("false") } }