Rename more stuff

This commit is contained in:
Richard Feldman
2018-08-05 04:48:48 -04:00
parent 9989159375
commit d57dec1681
3473 changed files with 5559 additions and 0 deletions

19
intro/part9/src/Ports.elm Normal file
View File

@@ -0,0 +1,19 @@
port module Ports exposing (..)
import Json.Encode exposing (Value)
{- TODO This port is defined wrong!
See the compiler error to figure out what it should be.
-}
port storeBlah : String -> Cmd msg
{- TODO Add another port here.
See the compiler error to figure out what it should be.
-}