No description
Find a file
enzotar 8fb2214ac0 feat: complete type system — HM unification, signal-aware types, effect scoping
Type System Completion:
- Add unify() with occurs check for proper type variable binding
- Add apply_subst() to chase type variables through substitution map
- Add SignalInfo/SignalClass for graph-based signal classification
- Add check_program_with_signals() accepting optional signal graph data
- Push Dom effect handler scope automatically when checking view blocks
- Wire unification into BinOp, comparison, and logical operator inference
- Include List/Record literals in source signal heuristic

Tests: 34 ds-types tests (up from 11), 159 workspace total, 0 failures
2026-02-27 11:36:28 -08:00
bench feat: component registry with styled variants, dreamstack add/convert CLI, and showcase 2026-02-26 13:27:49 -08:00
compiler feat: complete type system — HM unification, signal-aware types, effect scoping 2026-02-27 11:36:28 -08:00
engine feat: HTTP /meta API, signal dedup, periodic auto-sync 2026-02-26 18:17:25 -08:00
examples fix: reactive component props + breakout improvements 2026-02-27 10:53:27 -08:00
registry feat: enhanced 14 registry components + component gallery 2026-02-26 18:25:49 -08:00
.gitignore feat: DreamStack compiler foundation — Phase 0/1 2026-02-25 00:03:06 -08:00
BITSTREAM_INTEGRATION.md docs: comprehensive documentation update 2026-02-27 11:15:54 -08:00
Cargo.toml feat: component registry with styled variants, dreamstack add/convert CLI, and showcase 2026-02-26 13:27:49 -08:00
DREAMSTACK.md docs: comprehensive documentation update 2026-02-27 11:15:54 -08:00
IMPLEMENTATION_PLAN.md docs: comprehensive documentation update 2026-02-27 11:15:54 -08:00
STREAM_COMPOSITION.md feat: comprehensive streaming improvements 2026-02-26 18:09:14 -08:00
USE_CASES.md fix: signal composition — stream derived signals, fix identity check, correct relay routing 2026-02-25 23:55:05 -08:00