Skip to content

Commit

Permalink
indicate how to type and (#80)
Browse files Browse the repository at this point in the history
* dependent type theory: indicate how to type anonymous constructor brackets

---------

Co-authored-by: David Thrane Christiansen <david@lean-fro.org>
  • Loading branch information
dijkstracula and david-christiansen authored Mar 1, 2024
1 parent 985d15e commit 81b0283
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dependent_type_theory.md
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,8 @@ notion of a function type ``α → β`` by allowing ``β`` to depend on
the Cartesian product ``α × β`` in the same way. Dependent products
are also called *sigma* types, and you can also write them as
`Σ a : α, β a`. You can use `⟨a, b⟩` or `Sigma.mk a b` to create a
dependent pair.
dependent pair. The `` and `` characters may be typed with
`\langle` and `\rangle` or `\<` and `\>`, respectively.

```lean
universe u v
Expand Down

0 comments on commit 81b0283

Please sign in to comment.