Commit 6bf4f05
committed
docs(echo): record refined design decisions + revise §12 widening/echo
- Echo source is inference-only (no @echo annotation); lossy numeric widening
(Float→Int) carries EchoNeutral. Revises spec §12's "widening independent of
echo" — widening may raise the echo dimension but never the value type.
- Echo value type (Echo<T>) deferred; AST/Type to be designed so it can be
added without rework.
- Confirms Safe-only reversal and independent-Lean (no Agda bridge) decisions.
https://claude.ai/code/session_01EJLZKDtcF1RGdKx6TcUTQG1 parent daade4a commit 6bf4f05
2 files changed
Lines changed: 15 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
122 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
130 | 133 | | |
131 | 134 | | |
132 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
174 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
175 | 177 | | |
0 commit comments