jinjor / elm-map-debug

Home Page:https://package.elm-lang.org/packages/jinjor/elm-map-debug/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-map-debug

Trying to reproduce Map.! problem. You can test which types cause the problem.

See https://github.com/jinjor/elm-map-sscce for more details.

Example

module Main exposing (main)

import Thing exposing (..)


main : Program () () (WrappedOpenBytes ())
main =
    Debug.todo ""

By the way

I found that compiler claims this README is too short.

Is this enough? (3rd trial)

About

https://package.elm-lang.org/packages/jinjor/elm-map-debug/latest/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Elm 100.0%