File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 < span i18n > Proof / Contradiction</ span >
3434 </ button >
3535 < ng-template ngbNavContent >
36- < section style ="overflow-x: scroll; ">
36+ < section class ="overflow-x- scroll ">
3737 @if (proofs) {
3838 < la-tableau-svg [tree] ="proofs.contradiction "> </ la-tableau-svg >
3939 }
Original file line number Diff line number Diff line change @@ -109,9 +109,8 @@ export function nltk2tableau(nltk: NLTKTree): ProofTree {
109109 // The algorithm is written such that the order in which we process
110110 // child nodes does not matter, so we can simply pop thunks off the back
111111 // of the todo list. tsc is apparently unable to infer that `todo` is
112- // guaranteed to be nonempty on the next line, hence the silencing
113- // comment.
114- // @ts -ignore
112+ // guaranteed to be nonempty on the next line; hence
113+ // the type assertion.
115114 const task = todo . pop ( ) as ProofConversionThunk ;
116115 // Processing a thunk might produce zero or more new thunks, depending
117116 // on the number of children of the processed node.
You can’t perform that action at this time.
0 commit comments