Skip to content

Use actual type instead of type variable#89

Open
fvictorio wants to merge 1 commit intoevancz:masterfrom
fvictorio:patch-1
Open

Use actual type instead of type variable#89
fvictorio wants to merge 1 commit intoevancz:masterfrom
fvictorio:patch-1

Conversation

@fvictorio
Copy link
Copy Markdown

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant