Skip to content

Commit

Permalink
Fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Feb 7, 2019
1 parent ae01559 commit 8da80e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cubical/Codata/Conat/Properties.agda
Expand Up @@ -6,14 +6,14 @@ This file defines operations and properties on conatural numbers:
- Proof that ∞ + 1 is equivalent to ∞.
- Proof that conatrual is an hSet.
- Proof that conatural is an hSet.
- Bisimulation on conatural
- Proof that bisimulation is equivalent to equivalence (Coinductive Proof
Principle).
The standard library also defines bisimulation on conatruals:
The standard library also defines bisimulation on conaturals:
https://github.com/agda/agda-stdlib/blob/master/src/Codata/Conat/Bisimilarity.agda
-}
Expand Down

0 comments on commit 8da80e3

Please sign in to comment.