// above is the DOM implementation // and the Elm app code // here we lanch the app var app = Elm.Main.init({ node: document.getElementById("elm") }); document.children[0].dump(); } catch(e) { throw e; }