Commit 477172b
\`\`\`idris
appendAssociative qs1 qs2 qs3 = Data.List.Equalities.appendAssociative
qs1 qs2 qs3
\`\`\`
\`appendQueryStrings = (++)\` (Query.idr L205-206), so the goal reduces
to standard list append-associativity. Discharged via contrib's
\`Data.List.Equalities.appendAssociative\` (already imported here via
#97).
The OWED comment said this was "stdlib-plumbing, not a fundamental gap"
— confirmed.
Refs #90 #107 #119
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4e333d0 commit 477172b
1 file changed
Lines changed: 10 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
267 | 270 | | |
268 | 271 | | |
269 | 272 | | |
| |||
0 commit comments