upsiflu / less-ui

Write your views across several screen regions, and hide all Ui state in the Url.
https://package.elm-lang.org/packages/upsiflu/less-ui/latest
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Support nested type narrowing #23

Open upsiflu opened 1 year ago

upsiflu commented 1 year ago

Use cases:

upsiflu commented 1 year ago

10587ff

upsiflu commented 1 year ago

As of 10587ff we have one nesting level, but to fully support elm-w3, we'd need to mirror its phantom type I think.

upsiflu commented 1 year ago

As of 9ecc04d, we can nest arbitrary Uis into wrappers. There is no way though to constrain type narrowing.