236237238239240241242243244245246
.subst(subst, lfc.getAtomicSentence()); cancLits.add(lfc.newInstance(a)); } Chain cancellation = new Chain(cancLits); cancellation .setProofStep(new ProofStepChainCancellation( cancellation, c, subst)); return cancellation; } } }