Example: https://logic.manoel.dev/?prop=%28%28~c%20-%3E%20b%29%20-%3E%20%28%28b%20-%3E%20a%29%20-%3E%20%28%28c%20-%3E%20a%29%20-%3E%20a%29%29%29%20-%3E%20%28%28d%20-%3E%20%28~c%20-%3E%20b%29%29%20-%3E%20%28%28b%20-%3E%20a%29%20-%3E%20%28%28c%20-%3E%20a%29%20-%3E%20%28d%20-%3E%20a%29%29%29%29 <img width="1917" height="710" alt="Image" src="https://github.com/user-attachments/assets/1c041d5d-7a3d-4a43-add5-d58b387b2fe5" /> Expression: ``` ((~c -> b) -> ((b -> a) -> ((c -> a) -> a))) -> ((d -> (~c -> b)) -> ((b -> a) -> ((c -> a) -> (d -> a)))) ``` The same happens in the terminal version too, so indeed is a problem related with print-truth-table formatting. <img width="1917" height="262" alt="Image" src="https://github.com/user-attachments/assets/c2ecc84e-e2c9-4ce1-93ef-dcf3cce9c2df" /> That's not caused because #46