mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
Add getDefaultedTypeString() that defaults polymorphic types to concrete types: - Flex vars with from_numeral constraint → Dec - Tag unions matching [True, False] or [True, .._] → Bool - Recursively defaults element types in List and Tuple MONO section now shows properly monomorphized types: - 42 : Dec - [1, 2, 3] : List(Dec) - (1, 2) : (Dec, Dec) - True : Bool - if True 1 else 2 : Dec 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cli | ||
| fuzzing | ||
| fx | ||
| fx-open | ||
| int | ||
| playground-integration | ||
| snapshots | ||
| str | ||
| wasm | ||
| serialization_size_check.zig | ||