Recursion is the basic principle on which repetition is based in functional
languages like Elm. However, in most cases, recursion is not needed for day
to day programming, because functions such as List.map and List.foldr will
accept functions, and repeat the application of the passed-in function over
each element of a list. Does that help?

On Oct 12, 2016 6:52 PM, "Patricia Nicole Benedicto" <
patriciabenedict...@gmail.com> wrote:

hi can i ask what is the repetiton control structucture of this programming
languages?

-- 
You received this message because you are subscribed to the Google Groups
"Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to