ch4 composition: add not about composition being "associative"
Author: getifyCreated May 2, 2019Updated Jun 12, 2019
Labelssecond edition
compose(compose(fn3,fn2),fn1) ~=~ compose(fn3,compose(fn2,fn1))Source: getify/Functional-Light-JS
compose(compose(fn3,fn2),fn1) ~=~ compose(fn3,compose(fn2,fn1))Source: getify/Functional-Light-JS