diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2024-02-26 13:19:53 +0000 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2024-02-26 13:19:53 +0000 |
commit | 7e0169f7b6b9cb4c4323c320982c93e622999943 (patch) | |
tree | a2abf2cb2eba0f5ec241351870c3f29a875133c1 /Everything.agda | |
parent | bf5fedb51726f62aa8f46505ebee87912ef10ce3 (diff) |
WIP: concrete families
Diffstat (limited to 'Everything.agda')
-rw-r--r-- | Everything.agda | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Everything.agda b/Everything.agda index 03e3ccd..7fcdb94 100644 --- a/Everything.agda +++ b/Everything.agda @@ -1,7 +1,7 @@ module Everything where -import CBPV.Axiom -import CBPV.Equality +import CBPV.Context import CBPV.Family -import CBPV.Term +import CBPV.Frex.Comp +import CBPV.Structure import CBPV.Type |