Rewrite type annotation across lines.

This commit is contained in:
Dillon Kearns 2020-06-13 12:29:36 -07:00
parent 25ac5de02d
commit 44b5fad025

View File

@ -683,7 +683,11 @@ start pages =
startWithHttpCache (Ok ()) [] pages
startWithHttpCache : Result String () -> List ( Request.Request, String ) -> List ( List String, StaticHttp.Request a ) -> ProgramTest Main.Model Main.Msg (Effect PathKey)
startWithHttpCache :
Result String ()
-> List ( Request.Request, String )
-> List ( List String, StaticHttp.Request a )
-> ProgramTest Main.Model Main.Msg (Effect PathKey)
startWithHttpCache documentBodyResult staticHttpCache pages =
let
document =