summaryrefslogtreecommitdiff
path: root/src/Cfe/Fin.agda
diff options
context:
space:
mode:
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