diff options
Diffstat (limited to 'Everything.agda')
-rw-r--r-- | Everything.agda | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Everything.agda b/Everything.agda new file mode 100644 index 0000000..03e3ccd --- /dev/null +++ b/Everything.agda @@ -0,0 +1,7 @@ +module Everything where + +import CBPV.Axiom +import CBPV.Equality +import CBPV.Family +import CBPV.Term +import CBPV.Type |