17 Oct
2013
17 Oct
'13
5:06 p.m.
See also 'An n-ary zipWith in Haskell' - Daniel Fridlender and Mia Indrika http://www.brics.dk/RS/98/38/ On 16 October 2013 23:22, wren ng thornton <wren@freegeek.org> wrote:
You should check out the solutions for encoding polyvariadic functions, e.g.
* <http://community.haskell.org/~wren/wren-extras/dist/doc/html/wren-extras/Data-List-ZipWithN.html> * <http://okmij.org/ftp/Haskell/polyvariadic.html#polyvartype-fn> * <http://paczesiowa.blogspot.com/2010/03/generalized-zipwithn.html> * <http://hackage.haskell.org/package/TypeCompose-0.9.9/docs/Data-Zip.html>
-- Live well, ~wren