feat: prove elm object cache is complete

This commit is contained in:
YetAnotherMinion 2021-12-11 18:28:04 +00:00 committed by nobody
commit 8354d51ecb
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
7 changed files with 583 additions and 157 deletions

View file

@ -12,15 +12,16 @@ type alias Model =
, b : Array Int
}
view2 : String -> Svg msg
view2 model =
svg [] []
view : String -> Html msg
view model =
div []
[ text <| "Hello world" ++ model ]
view2 : String -> Svg msg
view2 model =
svg [] []
view3: Bytes -> Html msg
view3 model =
case