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

Use actual type instead of type variable

Open fvictorio opened this issue 9 years ago • 0 comments

Use Msg instead of msg in the signature of viewValidation.

msg works because, I guess (extrapolating from my poor Haskell knowledge) is a type variable (a would work too). But maybe someone reading the tutorial may get confused about the change in the signature.

fvictorio avatar Aug 15 '16 17:08 fvictorio