Hey Igor,Try using a map and then the function composition operator ".".Something likeannexer func list = map (\x -> (func . x)) list
Kind regards,DavidOn Wed, Jul 3, 2013 at 7:42 PM, Igor Pinheiro Leão <ivpcl@cin.ufpe.br> wrote:
_______________________________________________Oops, my bad.*with.2013/7/3 Igor Pinheiro Leão <ivpcl@cin.ufpe.br>
How can i do that?Hi there,let a function whith the following signature:
annexer :: (b -> c) -> [a -> b] -> [a -> c]
Kind regards,
Igor
--
Igor Vinícius
Graduando em Ciência da Computação
--
Igor Vinícius
Graduando em Ciência da Computação
Beginners mailing list
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners