Pretty-printing for SurfaceTLAPlus, used by -d-style AST dumps.
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
- One or more equations did not get rendered due to their size.
def
SurfaceTLAPlus.QuantifierBound.pretty
{α β : Type}
[Std.ToFormat α]
(f : β → Std.Format)
:
QuantifierBound α β → Std.Format
Equations
- One or more equations did not get rendered due to their size.
- SurfaceTLAPlus.QuantifierBound.pretty f (SurfaceTLAPlus.QuantifierBound.var ann x_1 e) = Std.format ann ++ (Std.format " " ++ Std.format x_1 ++ Std.format " \\in ") ++ f e
Instances For
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
- One or more equations did not get rendered due to their size.
@[implicit_reducible]
instance
SurfaceTLAPlus.instToFormatModule
{α β : Type}
[Std.ToFormat α]
[Std.ToFormat β]
:
Std.ToFormat (Module α β)
Equations
- One or more equations did not get rendered due to their size.