diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2021-03-05 15:21:28 +0000 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2021-03-05 15:21:28 +0000 |
commit | a17b12baa957d7563a4240c8b46a12bf4e465423 (patch) | |
tree | 2e4fbc41187e3b9b57c9febfee82eaf106709d9d /src/Cfe/Type.agda | |
parent | 8fa61609ca049d960922128f32d7509e4055227d (diff) |
Prove satisfiability for τ⊥.
Diffstat (limited to 'src/Cfe/Type.agda')
-rw-r--r-- | src/Cfe/Type.agda | 3 |
1 files changed, 2 insertions, 1 deletions
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 |