
module MapHeadCons where


main x = map head (map box x)


box x = [x]
