;; bomb x = let f = \y -> y*x in let g = \z -> f z in g 5;