Commit 182b7bf
fix: apply permutation in tangle composition type checking
Tangle[A,B] . Word[m] computed apply_perm_default m b into c
but then ignored it, returning TTangle(a,b) instead of TTangle(a,c).
The output boundary now correctly reflects the permutation.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4dfd5d7 commit 182b7bf
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
417 | | - | |
| 416 | + | |
418 | 417 | | |
419 | 418 | | |
420 | 419 | | |
| |||
0 commit comments