Fusion Laws?

Michael Haufe <[email protected]>
Newsgroups gmane.comp.mozilla.devel.jseng
Message-ID <[email protected]>
Does the JavaScript Engine utilize anything similar to the fusion laws for methods as described in a number of academic papers in the functional programming community[1][2]?

For example:

xs.map(f).map(g) <==> xs.map(g ∘ f)


[1] <http://www.cs.nott.ac.uk/~pszgmh/fold.pdf>
[2] <https://www.cs.ox.ac.uk/ralf.hinze/publications/IFL10.pdf>
_______________________________________________
dev-tech-js-engine mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.