Hello,
I am new to elm syntax. I have a list of records with name and age. I want 
to apply a test function to each record. The function takes one record as 
input and returns a boolean value. Depending on True or false, I want to 
take a specific action for each record. How can I implement this in elm? If 
it was Python, I will just iterate over each item in the list and pass it 
as a parameter to the function.


-- 
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