mperry / functionalgroovy

Functional programming in Groovy
67 stars 6 forks source link

Write the unfold function on lists #12

Open mperry opened 10 years ago

mperry commented 10 years ago

http://hackage.haskell.org/package/base-4.6.0.1/docs/Data-List.html#v:unfoldr

This might help: https://en.wikipedia.org/wiki/Anamorphism