summaryrefslogtreecommitdiff
path: root/src/Cfe/Language.agda
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cfe/Language.agda')
-rw-r--r--src/Cfe/Language.agda9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Cfe/Language.agda b/src/Cfe/Language.agda
new file mode 100644
index 0000000..1cb52dc
--- /dev/null
+++ b/src/Cfe/Language.agda
@@ -0,0 +1,9 @@
+{-# OPTIONS --without-K --safe #-}
+
+open import Relation.Binary using (Setoid)
+
+module Cfe.Language
+ {a ℓ} (setoid : Setoid a ℓ)
+ where
+
+open import Cfe.Language.Base setoid public