From 29c4bfe1440efb1de1ed6d000fcc1cd73dc26f12 Mon Sep 17 00:00:00 2001 From: Chloe Brown Date: Fri, 5 Mar 2021 14:45:12 +0000 Subject: Add types and satisfiability --- src/Cfe/Type.agda | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/Cfe/Type.agda (limited to 'src/Cfe/Type.agda') diff --git a/src/Cfe/Type.agda b/src/Cfe/Type.agda new file mode 100644 index 0000000..06a64c5 --- /dev/null +++ b/src/Cfe/Type.agda @@ -0,0 +1,9 @@ +{-# OPTIONS --without-K --safe #-} + +open import Relation.Binary using (Setoid) + +module Cfe.Type + {c ℓ} (over : Setoid c ℓ) + where + +open import Cfe.Type.Base public -- cgit v1.2.3