Re: [elm-discuss] elm-lang/virtual-dom/VirtualDom.js, F2(), F3(), A2(), A3()

2016-08-23 Thread Joey Eremondi
https://github.com/elm-lang/elm-make/blob/master/src/Pipeline/Generate.hs They get bundled into the Runtime of a generated Elm file. They allow for currying of JS functions. F2 takes a 2-argument JS function and returns a curried version of it (takes one argument, and returns another function

[elm-discuss] elm-lang/virtual-dom/VirtualDom.js, F2(), F3(), A2(), A3()

2016-08-23 Thread jeffb0098
The source code for Elm virtual-dom contains a file VirtualDom.js In this file are calls to functions F2(), F3(), A2(), A3(). I can't find where these functions are defined or what they do, and I would like to know. -- You received this message because you are subscribed to the Google Groups