Emmanuel Castro wrote:
I am looking for the name of the property linking two functions f and g
when :
[f(a),f(b),f(c)] = g([a,b,c])

Is there a standard name?

Generally these sorts of things are called homomorphisms. It's a terribly general term, but that's the one I've always seen to describe that pattern.

It's also a bit like distributivity, though that probably doesn't highlight what you're interested in focusing on.

--
Live well,
~wren
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to