number. This type is incompatible with the expected return type of 198: function decodeForm(data: ApiForm): FormType { ^^^^^^^^ FormType src/output_lib/decoders.js:202 202: return new FormType({ ^ unreachable code Found 2 errors
{ ... } -- UPDATE type Msg = Reset | ... update : Msg -> Model -> Model update msg model = case msg of Reset -> ... ... -- VIEW view : Model -> Html Msg view model = ...