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