diff options
Diffstat (limited to 'src/Cfe/Type.agda')
-rw-r--r-- | src/Cfe/Type.agda | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Cfe/Type.agda b/src/Cfe/Type.agda new file mode 100644 index 0000000..06a64c5 --- /dev/null +++ b/src/Cfe/Type.agda @@ -0,0 +1,9 @@ +{-# OPTIONS --without-K --safe #-} + +open import Relation.Binary using (Setoid) + +module Cfe.Type + {c ℓ} (over : Setoid c ℓ) + where + +open import Cfe.Type.Base public |