mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-25 04:43:03 +03:00
Change type variable name.
This commit is contained in:
parent
c87a5d8223
commit
f7286153a5
@ -1408,13 +1408,13 @@ type alias DoneForm error parsed data view =
|
||||
|
||||
|
||||
{-| -}
|
||||
type alias HtmlForm error parsed data msg =
|
||||
type alias HtmlForm error parsed input msg =
|
||||
Form
|
||||
error
|
||||
{ combine : Combined error parsed
|
||||
, view : Context error data -> List (Html (Pages.Msg.Msg msg))
|
||||
, view : Context error input -> List (Html (Pages.Msg.Msg msg))
|
||||
}
|
||||
data
|
||||
input
|
||||
|
||||
|
||||
{-| -}
|
||||
|
Loading…
Reference in New Issue
Block a user