File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,8 +171,8 @@ Goal: make types expressive enough for real workflows while keeping runtime chec
171171- [x] Add parametric container types: ` array<T> ` , ` hash<K, V> ` .
172172- [x] Add union types beyond nil: ` A | B ` .
173173- [x] Add typed object/hash shape syntax for common payload contracts.
174- - [ ] Add typed block signatures where appropriate.
175- - [ ] Define type display formatting for readable runtime errors.
174+ - [x ] Add typed block signatures where appropriate.
175+ - [x ] Define type display formatting for readable runtime errors.
176176
177177### Type Semantics
178178
@@ -193,7 +193,7 @@ Goal: make types expressive enough for real workflows while keeping runtime chec
193193- [x] Add parser tests for all new type syntax forms.
194194- [x] Add runtime tests for nested composite type checks.
195195- [x] Add regression tests for existing ` any ` and nullable behavior.
196- - [ ] Expand ` docs/typing.md ` with migration examples.
196+ - [x ] Expand ` docs/typing.md ` with migration examples.
197197
198198### v0.15.0 Definition of Done
199199
You can’t perform that action at this time.
0 commit comments