Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

update cannot add item #4

Open
j-maas opened this issue Jan 26, 2020 · 0 comments
Open

update cannot add item #4

j-maas opened this issue Jan 26, 2020 · 0 comments

Comments

@j-maas
Copy link

j-maas commented Jan 26, 2020

I just discovered that the update function cannot add items:

, test "update can add item" <|
            \() ->
                OrdDict.empty
                    |> OrdDict.update 5 (always (Just "five"))
                    |> OrdDict.orderedValues
                    |> Expect.equal [ "five" ]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant