Files
harmony/examples/dx_accepts_kind/README.md
Jean-Gabriel Gill-Couture eea006535b refactor: drop harmony_app landfill
Scores own deploy. harmony_app is identity, images, context, and
HarmonyApp→Scores. Authoring DX lives in dx. Compose/chart/Application
model and the Helm render test are gone.
2026-09-08 22:10:34 -04:00

10 lines
275 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# DX: Accepts × atmosphere
Type-theory experiment. Empty matrix cells do not compile.
`bind!(Postgres => Exec)` and `bind_in!(Live, Mailhog => Image)` are left
commented. Backend ports are `Ref<Kind>`, not sibling names.
```bash
cargo check -p example-dx-accepts-kind
```