music-suite / music-score

This repo has been merged into: https://github.com/music-suite/music-suite
http://music-suite.github.io
BSD 3-Clause "New" or "Revised" License
52 stars 10 forks source link

Update Util.hs #345

Closed sindikat closed 7 years ago

sindikat commented 8 years ago

Is there any reason to calculate length? You can just zip with an infinite list, zip returns a list of length of the shortest list argument.