``` ~$ wang --sequent "[] |- [(a -> b)|(b -> a)]" --backend Text Before: [] ⊢ [((a) ⊃ (b)) ∨ ((b) ⊃ (a))] Rule: OrRight ------------------- Before: [] ⊢ [(a) ⊃ (b),(b) ⊃ (a)] Rule: ImpliesRight ------------------- End. This cannot be proved. ``` (reported by @joseph-vidal-rosset)