Skip to content

Commit 5d0a672

Browse files
authored
Merge pull request #1170 from jeanas/grammar
Minor grammar fix
2 parents 15e4eb7 + 3edf770 commit 5d0a672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preliminaries.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ \section{Dependent function types (\texorpdfstring{$\Pi$}{Π}-types)}
474474
\indexdef{application!of dependent function}%
475475
\indexdef{function!dependent!application}%
476476
As with non-dependent functions, we can \define{apply} a dependent function $f : \prd{x:A}B(x)$ to an argument $a:A$ to obtain an element $f(a):B(a)$.
477-
The equalities are the same as for the ordinary function type, i.e.\ we have the computation rule
477+
The equalities are the same as for the ordinary function type, i.e.\ we have the following computation rule:
478478
\index{computation rule!for dependent function types}%
479479
given $a:A$ we have $f(a) \jdeq \Phi'$ and
480480
$(\lamu{x:A} \Phi)(a) \jdeq \Phi'$, where $\Phi' $ is obtained by replacing all

0 commit comments

Comments
 (0)