File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ \section{Dependent function types (\texorpdfstring{$\Pi$}{Π}-types)}
474474\indexdef {application!of dependent function}%
475475\indexdef {function!dependent!application}%
476476As 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}%
479479given $ a:A$ we have $ f(a) \jdeq \Phi '$ and
480480$ (\lamu {x:A} \Phi )(a) \jdeq \Phi '$ , where $ \Phi ' $ is obtained by replacing all
You can’t perform that action at this time.
0 commit comments