summaryrefslogtreecommitdiff
path: root/src/Cfe/Parse/Properties.agda
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cfe/Parse/Properties.agda')
-rw-r--r--src/Cfe/Parse/Properties.agda7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Cfe/Parse/Properties.agda b/src/Cfe/Parse/Properties.agda
new file mode 100644
index 0000000..7803f82
--- /dev/null
+++ b/src/Cfe/Parse/Properties.agda
@@ -0,0 +1,7 @@
+{-# OPTIONS --without-K --safe #-}
+
+open import Relation.Binary using (Setoid)
+
+module Cfe.Parse.Properties
+ {c ℓ} (over : Setoid c ℓ)
+ where