feat: prove elm object cache is complete
This commit is contained in:
parent
0a5e25e4f0
commit
8354d51ecb
7 changed files with 583 additions and 157 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue