elm-checkerboardgrid-tutorial
elm-checkerboardgrid-tutorial copied to clipboard
Unspecified `State` type for childState in `view`
In Grid.elm (Before), there is the following view signature:
view : (Address childAction -> childState -> Html) -> Address (Action childAction) -> State childState -> Html
Why isn't childState in (Address childAction -> childState -> Html)
specified as State childState
?