Skip to content

Instantly share code, notes, and snippets.

@ni-ko-o-kin
ni-ko-o-kin / elm
Created March 14, 2024 13:40
[bug] elm-concurrent-task: debug
port module Main exposing (main)
import ConcurrentTask exposing (ConcurrentTask)
import ConcurrentTask.Http as Http
import Json.Decode as Decode
type alias Model =
{ tasks : ConcurrentTask.Pool Msg Error Titles
}