summaryrefslogtreecommitdiff
path: root/src/Cfe/Fin.agda
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2021-04-17 13:51:47 +0100
committerChloe Brown <chloe.brown.00@outlook.com>2021-04-17 13:51:47 +0100
commita5e00b31b873f7deaefa7cb0f60595452f40a57c (patch)
treed397635ca8c90f0d3483fc10557e9a0682d47f35 /src/Cfe/Fin.agda
parent7cc5e28370079de3aab98ab536ae601392c31065 (diff)
Rework Context one last time.
Diffstat (limited to 'src/Cfe/Fin.agda')
-rw-r--r--src/Cfe/Fin.agda6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Cfe/Fin.agda b/src/Cfe/Fin.agda
new file mode 100644
index 0000000..428e3c0
--- /dev/null
+++ b/src/Cfe/Fin.agda
@@ -0,0 +1,6 @@
+{-# OPTIONS --without-K --safe #-}
+
+module Cfe.Fin where
+
+open import Cfe.Fin.Base public
+open import Cfe.Fin.Properties public