mtso / hof

Higher-order functions in different languages.
5 stars 7 forks source link

Explicit recursion for function each #10

Closed jndrk closed 6 years ago

jndrk commented 6 years ago

After reading #4 I changed the haskell "each" function to use explicit recursion instead of the built-in "map" function.