Error: bad not a function Examples 35 let tick n = if n > 0 then tick ++ tock n else in let tock n = tock ++ tick (n-1) in let tock = bad in tick 2;