diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2021-04-17 13:51:47 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2021-04-17 13:51:47 +0100 |
commit | a5e00b31b873f7deaefa7cb0f60595452f40a57c (patch) | |
tree | d397635ca8c90f0d3483fc10557e9a0682d47f35 /src/Cfe/Fin.agda | |
parent | 7cc5e28370079de3aab98ab536ae601392c31065 (diff) |
Rework Context one last time.
Diffstat (limited to 'src/Cfe/Fin.agda')
-rw-r--r-- | src/Cfe/Fin.agda | 6 |
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 |