Skip to content

Commit

Permalink
Fix a crash when denoting CPrels that don't contain hóa
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown committed Sep 5, 2023
1 parent 65a6386 commit 6f6df95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/semantics/denote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ const cRelComposition: CompositionRule = (branch, left, right) => {
),
),
bindings: mapBindings(right.bindings, b => ({
index: b.index + 1,
index: b.index,
subordinate: true,
})),
};
Expand Down

0 comments on commit 6f6df95

Please sign in to comment.