Documentation

Pretty.Claims.Render

Theorems about the rendering relation ($⇓_\mathcal{R}$) #

theorem Render_deterministic {d : Doc} {c : } {i : } {L₁ : Layout} {L₂ : Layout} (h₁ : Render d c i L₁) (h₂ : Render d c i L₂) :
L₁ = L₂

Determinism of the rendering relation (Section 3.3)

theorem Render_total {d : Doc} (c : ) (i : ) (h : Choiceless d) :
L, Render d c i L

Totality of the rendering relation (Section 3.3)