Re: [elm-discuss] Improve Elm docs.

2016-07-13 Thread Nir Galon
Thank you very much! On Thursday, July 14, 2016 at 8:55:09 AM UTC+3, Janis Voigtländer wrote: > > I would appreciate any help on how to find the source code so I can do a > PR and fix this. > > https://github.com/evancz/guide.elm-lang.org > ​ > > 2016-07-14 7:20 GMT+02

Re: [elm-discuss] Improve Elm docs.

2016-07-13 Thread Nir Galon
on objects. > > If I have a python object with the fields "name" and "surname" I can > access those fields with user.name, user.surname. > If I have a python dictionary with the same keys, I access them with > user["name"] and user["surname"] wh

[elm-discuss] Improve Elm docs.

2016-07-13 Thread Nir Galon
`A record is a set of key-value pairs, similar to objects in JavaScript and dictionaries in Python`. I would appreciate any help on how to find the source code so I can do a PR and fix this. Nir Galon -- You received this message because you are subscribed to the Google Groups "Elm Disc