mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-24 06:54:03 +03:00
Rewrite type annotation across lines.
This commit is contained in:
parent
25ac5de02d
commit
44b5fad025
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user