[Haskell-beginners] Filter to a list of function

Igor Pinheiro Leão ivpcl at cin.ufpe.br
Sun Jul 7 19:26:41 CEST 2013


Hi Guys,
sorry in upsetting you again.
Is there a way in which I can filter one list of function, one function at
time, to a list of elements, declaring this and only this function.

It would be exactly like this:

specifcFilter :: [(a->Bool)] -> [a] -> [a]

where for each element of type 'a' on the second list it would exist a
function on  the first list that would be applied to it filtering.

Kind regards,
Igor


-- 
Igor Vinícius
Graduando em Ciência da Computação
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20130707/43d072b6/attachment.htm>


More information about the Beginners mailing list