It's because partial application.

You can pass the first int and Elm will return a function which needs just
one int (the second).
Using that returned function with the second int, finally will return the
third int.

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to