module LETWHERE where printexp x y = print res where res = x ^ y printexp2 x y = let res = x ^ y in print res