From a17b12baa957d7563a4240c8b46a12bf4e465423 Mon Sep 17 00:00:00 2001 From: Chloe Brown Date: Fri, 5 Mar 2021 15:21:28 +0000 Subject: Prove satisfiability for τ⊥. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Cfe/Type.agda | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Cfe/Type.agda') diff --git a/src/Cfe/Type.agda b/src/Cfe/Type.agda index 06a64c5..1c1a05a 100644 --- a/src/Cfe/Type.agda +++ b/src/Cfe/Type.agda @@ -6,4 +6,5 @@ module Cfe.Type {c ℓ} (over : Setoid c ℓ) where -open import Cfe.Type.Base public +open import Cfe.Type.Base over public +open import Cfe.Type.Properties over public -- cgit v1.2.3