Difference between revisions of "Associative operation"

From HaskellWiki
Jump to navigation Jump to search
(New page: In mathematics, associativity is a property of some binary operations. It means that, within an expression containing two or more occurrences in a row of the same associative operator, the...)
 
(No difference)

Latest revision as of 13:51, 19 April 2011

In mathematics, associativity is a property of some binary operations. It means that, within an expression containing two or more occurrences in a row of the same associative operator, the order in which the operations are performed does not matter as long as the sequence of the operands is not changed.

[1]