Skip to content

Commit

Permalink
fix(02): link
Browse files Browse the repository at this point in the history
  • Loading branch information
jeehoonkang committed Jan 22, 2016
1 parent 66a7891 commit 4b45cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02_Dependent_Type_Theory.org
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ Notice that now the first =check= command gives the type of the
identifier, =ident=, without inserting any placeholders. Moreover, the
output indicates that the first argument is implicit.

Section [[file:08_Building_Theories_and_Proof::#More_on_Implicit_Arguments][More on Implicit Arguments]] explains another useful annotation,
Section [[file:08_Building_Theories_and_Proofs.org::#More_on_Implicit_Arguments][More on Implicit Arguments]] explains another useful annotation,
=!=, which makes explicit arguments implicit. In a sense, it is the
opposite of =@=, and is most useful in the context of theorem proving,
which we will turn to next.

0 comments on commit 4b45cda

Please sign in to comment.