Explode command: pretty #
This file contains UI code to render the Fitch table.
Given a list of MessageData
s, make them of equal length.
We need this in order to form columns in our Fitch table.
padRight ["hi", "hello"] = ["hi ", "hello"]
Equations
- One or more equations did not get rendered due to their size.
Instances For
Render a particular row of the Fitch table.
Equations
- One or more equations did not get rendered due to their size.
- Mathlib.Explode.rowToMessageData x✝² x✝¹ x✝ x = pure Lean.MessageData.nil
Instances For
Given all Entries
, return the entire Fitch table.
Equations
- One or more equations did not get rendered due to their size.