coin = 0 coin = 1 double x = x + x fibo x = if x == 0 then 0 else if x == 1 then 1 else fibo (x - 1) + fibo (x - 2)