Commit 3afd70f
Leios N: add field names to Reception
Replace the positional definition of `Reception` with named fields
`receivalTimes` and `received`:
data Reception a = MkReception
{ receivalTimes :: !(IntMap Time)
, received :: !a
}
Positional pattern matches continue to work; the fields just make
record-style access available where it reads better.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 319743a commit 3afd70f
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| |||
0 commit comments