mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-23 06:04:23 +03:00
Fix type signature in generated code.
This commit is contained in:
parent
df142095ca
commit
34e856b404
@ -1805,7 +1805,7 @@ otherFile routes phaseString =
|
||||
}
|
||||
globalHeadTags =
|
||||
Elm.Declare.fn "globalHeadTags"
|
||||
( "htmlToString", Nothing )
|
||||
( "htmlToString", Type.function [ Gen.Html.annotation_.html Gen.Basics.annotation_.never ] Type.string |> Just )
|
||||
(\htmlToString ->
|
||||
Elm.Op.cons
|
||||
(Elm.value
|
||||
|
Loading…
Reference in New Issue
Block a user