import "Prelude" d = map (+1) c a = [1,2,3] c = map (+1) b b = map (+1) a e = map (+1) d main = e -- [5, 6, 7]