Skip to content

Commit 3019da3

Browse files
fix: correct link syntax to permalink
1 parent 3090acd commit 3019da3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/TPiL/Intro.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ known as the Calculus of Constructions with inductive types. Lean can not only d
9090
mathematical assertions in dependent type theory, but it also can be used as a language for writing proofs.
9191
9292
Because fully detailed axiomatic proofs are so complicated, the challenge of theorem proving is to have the computer
93-
fill in as many of the details as possible. You will learn various methods to support this in [dependent type
94-
theory](Dependent-Type-Theory). For example, term rewriting, and Lean's automated methods for simplifying terms and
93+
fill in as many of the details as possible. You will learn various methods to support this in {ref "dependent-type-theory"}[dependent type
94+
theory]. For example, term rewriting, and Lean's automated methods for simplifying terms and
9595
expressions automatically. Similarly, methods of _elaboration_ and _type inference_, which can be used to support
9696
flexible forms of algebraic reasoning.
9797

0 commit comments

Comments
 (0)