From b82ce567e284582f28e171c12a733ddcdcbe980e Mon Sep 17 00:00:00 2001 From: Chloe Brown Date: Fri, 5 Mar 2021 16:52:06 +0000 Subject: Add the type judgement --- src/Cfe/Judgement.agda | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/Cfe/Judgement.agda (limited to 'src/Cfe/Judgement.agda') 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 -- cgit v1.2.3