fix typo
This commit is contained in:
parent
8ffc49e929
commit
850de4b860
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ data Path : (n : ℕ) → Value → Set where
|
|||
* A singleton path is of the form `f ↦ a ↦ a`.
|
||||
|
||||
* If there is a path from `a` to `b` and
|
||||
an edge from `b` to `c` in graph of `f`,
|
||||
an edge from `b` to `c` in the graph of `f`,
|
||||
then there is a path from `a` to `c`.
|
||||
|
||||
This exercise is to prove that if `f ↦ a ↦ b` is a path of length `n`,
|
||||
|
|
Loading…
Reference in a new issue