Albert Dahlin
Albert Dahlin
I think this will do what you are asking for: ```elm toResult : Task x a -> Task y (Result x a) toResult task = Task.map Ok task |> Task.onError...
I was thinking about renaming this function to `Debug.benchmark` instead, is that better?
The way I use this locally is - Replace the `Debug.elm` module somewhere in `~/.elm/packages` or wherever they are located on your system (I use Linux) - Remove the `*.dat`...
Our package [webbhuset/elm-json-decode](https://package.elm-lang.org/packages/webbhuset/elm-json-decode/latest/) using the continuation style is now published.
Related https://discourse.elm-lang.org/t/fullscreen-elm-app-in-0-19-childnode-issue-reopened/3174
I will be happy to write some tests. Are you using the tests in /tests dir? I thought they were all 0.18 but maybe that does not matter?