diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2021-04-12 17:32:02 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2021-04-12 17:32:02 +0100 |
commit | f84e919e12c92c241d3d38203400c2bb14fb0017 (patch) | |
tree | aaf5e3fb2041bb27a0cc22799973cadf173620c0 /src/Cfe/Expression/Properties.agda | |
parent | 337615b3beb2e0440c2374724fae09d7ec384952 (diff) |
Cleanup Type properties.
Diffstat (limited to 'src/Cfe/Expression/Properties.agda')
-rw-r--r-- | src/Cfe/Expression/Properties.agda | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cfe/Expression/Properties.agda b/src/Cfe/Expression/Properties.agda index b167933..40d569a 100644 --- a/src/Cfe/Expression/Properties.agda +++ b/src/Cfe/Expression/Properties.agda @@ -109,6 +109,7 @@ private ; trans = λ {e} {e′} {e′′} → ≈-trans {n} {e} {e′} {e′′} } +------------------------------------------------------------------------ -- Bundles partialSetoid : ∀ {n} → PartialSetoid _ _ |