Skip to content

Commit

Permalink
fix(08): fix typo: explicit -> implicit
Browse files Browse the repository at this point in the history
  • Loading branch information
avigad committed Nov 15, 2016
1 parent cd852b8 commit 615acea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 08_Building_Theories_and_Proofs.org
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ trick: to show =l + 2 = 2 * n + 2= we take the reflexivity proof
=rfl : l + 2 = l + 2= and then substitute =2 * n= for the second =l=.

More precisely, if =t= is of a function type, the expression =!t=
makes all the arguments explicit up until the first argument that
makes all the arguments implicit up until the first argument that
cannot be inferred from later arguments or the return type. This is
usually what you want; for example, when applying a theorem, the
arguments can often be inferred from context, but the hypothesis need
Expand Down

0 comments on commit 615acea

Please sign in to comment.