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

ChildAction

Open codekiln opened this issue 9 years ago • 0 comments

In Grid.elm, there's this type:

type Action childAction
  = ChildAction Int childAction

This looks like a tagged union type with only one union (no |). Is that what it is? There is only one type of Action, and that is ChildAction Int childAction?

codekiln avatar Oct 21 '15 10:10 codekiln