Skip to content

Commit

Permalink
Deploying to gh-pages from @ leanprover/theorem_proving_in_lean4@81b0283
Browse files Browse the repository at this point in the history
 🚀
  • Loading branch information
david-christiansen committed Mar 1, 2024
1 parent e746df6 commit 9fc0011
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion dependent_type_theory.html
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,8 @@ <h2><a class="header" href="#what-makes-dependent-type-theory-dependent" id="wha
the Cartesian product <code>α × β</code> in the same way. Dependent products
are also called <em>sigma</em> types, and you can also write them as
<code>Σ a : α, β a</code>. You can use <code>⟨a, b⟩</code> or <code>Sigma.mk a b</code> to create a
dependent pair.</p>
dependent pair. The <code></code> and <code></code> characters may be typed with
<code>\langle</code> and <code>\rangle</code> or <code>\&lt;</code> and <code>\&gt;</code>, respectively.</p>
<pre><code class="language-lean">universe u v

def f (α : Type u) (β : α → Type v) (a : α) (b : β a) : (a : α) × β a :=
Expand Down
3 changes: 2 additions & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,8 @@ <h2><a class="header" href="#what-makes-dependent-type-theory-dependent" id="wha
the Cartesian product <code>α × β</code> in the same way. Dependent products
are also called <em>sigma</em> types, and you can also write them as
<code>Σ a : α, β a</code>. You can use <code>⟨a, b⟩</code> or <code>Sigma.mk a b</code> to create a
dependent pair.</p>
dependent pair. The <code></code> and <code></code> characters may be typed with
<code>\langle</code> and <code>\rangle</code> or <code>\&lt;</code> and <code>\&gt;</code>, respectively.</p>
<pre><code class="language-lean">universe u v

def f (α : Type u) (β : α → Type v) (a : α) (b : β a) : (a : α) × β a :=
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 9fc0011

Please sign in to comment.