diff --git a/sample-projects/elm/src/KitchenSink.elm b/sample-projects/elm/src/KitchenSink.elm index ce3daf1..f6873f1 100644 --- a/sample-projects/elm/src/KitchenSink.elm +++ b/sample-projects/elm/src/KitchenSink.elm @@ -51,6 +51,7 @@ port outgoingPort : Int -> Cmd msg port incomingPort : Sub Int + someCoolRecord : { foo : Int, bar : Int } someCoolRecord = { foo = 1