Skip to content

Instantly share code, notes, and snippets.

@SwiftsNamesake
Last active June 24, 2016 04:20
Show Gist options
  • Save SwiftsNamesake/c85405fd45d725e51037d0d9501e6cf1 to your computer and use it in GitHub Desktop.
Save SwiftsNamesake/c85405fd45d725e51037d0d9501e6cf1 to your computer and use it in GitHub Desktop.
-- | http://codegolf.stackexchange.com/questions/83377/write-a-program-to-elasticize-strings
elasticize :: [a] -> [a]
elasticize = concat . zipWith replicate [1..]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment