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