Re: [elm-discuss] Disambiguating module and record access

2017-01-13 Thread Brian Marick
Thanks. I’ve filed an issue with a small reproducible example. https://github.com/elm-lang/elm-compiler/issues/1555 > On Jan 12, 2017, at 10:57 PM, Max Goldstein wrote: > > Very tentatively, this might be a bug. I would think that because

[elm-discuss] Disambiguating module and record access

2017-01-12 Thread Brian Marick
Short: I am getting this error when `model_page` is a record inside module `Animals.Model` > Cannot find variable `Model.model_page.set`. > > 13| model |> Model.model_page.set (Page.fromLocation location) |> noCmd > ^^ > No module called `Model.model_pa