summaryrefslogtreecommitdiff
path: root/src/Cfe/Type.agda
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cfe/Type.agda')
-rw-r--r--src/Cfe/Type.agda3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Cfe/Type.agda b/src/Cfe/Type.agda
index 06a64c5..1c1a05a 100644
--- a/src/Cfe/Type.agda
+++ b/src/Cfe/Type.agda
@@ -6,4 +6,5 @@ module Cfe.Type
{c ℓ} (over : Setoid c ℓ)
where
-open import Cfe.Type.Base public
+open import Cfe.Type.Base over public
+open import Cfe.Type.Properties over public