Skip to content
#

coc

Here are 169 public repositories matching this topic...

Strepto
Strepto commented Nov 8, 2020

Expected Behavior

I would like to be warned that an "in port" would be stripped if no subscription is implemented.

Current Behavior

port module Main exposing (..)

-- Define an inPort (but no implementation yet)
port inPort : (String -> msg) -> Sub msg

subscriptions : Model -> Sub Msg
subscriptions _ =
    Sub.none -- inPort is never subscribed to

Current

Improve this page

Add a description, image, and links to the coc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the coc topic, visit your repo's landing page and select "manage topics."

Learn more