fun main = do let foo = if true then 10 else 5 in print(foo) end