diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2023-06-16 18:01:33 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2023-06-16 18:01:33 +0100 |
commit | af7c222cc3e487cd3ca8b5dd8749b7e258da7c7c (patch) | |
tree | 995c3a9d7bc6965d2de56b8a4e1f3f10376e6e86 /src/Thinned.idr | |
parent | 5adc1ae9357e42937a601aab57d16b2190e10536 (diff) |
Define semantics and encode types up to pairs.
Diffstat (limited to 'src/Thinned.idr')
-rw-r--r-- | src/Thinned.idr | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Thinned.idr b/src/Thinned.idr index 7f5d2ac..184c44d 100644 --- a/src/Thinned.idr +++ b/src/Thinned.idr @@ -136,5 +136,3 @@ mkPairCong : v1 <~> w1 -> v2 <~> w2 -> MkPair v1 v2 <~> MkPair w1 w2 -mkPairCong (UpToThin prf1) (UpToThin prf2) = - ?mkPairCong_rhs_1 |