Skip to content

Commit

Permalink
typo (note that the space was not displayed)
Browse files Browse the repository at this point in the history
  • Loading branch information
madvorak authored Dec 6, 2024
1 parent 099b90e commit da55d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DocGen4/Output/FoundationalTypes.lean
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def foundationalTypes : BaseHtmlM Html := templateLiftExtends (baseHtml "Foundat
</ul>
<p>Lean also permits ASCII-only spellings of the three variants:</p>
<ul>
<li><code>forall a : A, B a</code> for <code>{"∀ a : α, β a"}</code></li>
<li><code>forall a : A, B a</code>, for <code>{"∀ a : α, β a"}</code></li>
<li><code>{"(a : A) -> B a"}</code>, for <code>(a : α) → β a</code></li>
<li><code>{"A -> B"}</code>, for <code>α → β</code></li>
</ul>
Expand Down

0 comments on commit da55d73

Please sign in to comment.