Re: [elm-discuss] Why `let`?

2017-04-23 Thread Tom Ayerst
"where" would be nice though... foo a b = x + y where x = a y = b On 23 April 2017 at 10:17, Jan Tojnar wrote: > On Sunday, 23 April 2017 02:23:20 UTC+2, Witold Szczerba wrote: >> >> in real code things are much more complicated and confusing. I have >> looked at

[elm-discuss] Re: elm-make: Map.!: given key is not an element in the map

2016-11-25 Thread Tom Ayerst
Have you tried deleting elm-stuff (just build artefacts might work) and then rebuilding everything? On Friday, 25 November 2016 21:44:03 UTC, matthieu VIDAL wrote: > > Hi > > I've got this poor error message : > > > elm-make: Map.!: given key is not an element in the map > > > > when working