elm-checkerboardgrid-tutorial icon indicating copy to clipboard operation
elm-checkerboardgrid-tutorial copied to clipboard

Unspecified `State` type for childState in `view`

Open codekiln opened this issue 9 years ago • 0 comments

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?

codekiln avatar Oct 21 '15 11:10 codekiln