lue-bird/elm-partial-or-complete - version: 1.0.2

for more information visit the package's GitHub page

Package contains the following modules:

PartialOrComplete

| Partial partial -- keep going
| Complete complete -- done

– a pattern used in

Maybe it makes sense to have a shared type in a shared place? With shared documentation and helpers?

where PartialOrComplete is already being used

Step through a structure; stop when you're done.

Suggestions & additions welcome!

reasons for avoiding it