Fix type signature in generated code.

This commit is contained in:
Dillon Kearns 2022-10-03 14:48:50 -07:00
parent df142095ca
commit 34e856b404

View File

@ -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