diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2021-03-05 14:45:12 +0000 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2021-03-05 14:45:12 +0000 |
commit | 29c4bfe1440efb1de1ed6d000fcc1cd73dc26f12 (patch) | |
tree | 30861075c881eac35dbcdad34835b3b523a9fe83 /src/Cfe/Language.agda | |
parent | 90c7597b6f80e0bd5bb2a9a7245d097d40486518 (diff) |
Add types and satisfiability
Diffstat (limited to 'src/Cfe/Language.agda')
-rw-r--r-- | src/Cfe/Language.agda | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cfe/Language.agda b/src/Cfe/Language.agda index 1cb52dc..7469ef5 100644 --- a/src/Cfe/Language.agda +++ b/src/Cfe/Language.agda @@ -7,3 +7,4 @@ module Cfe.Language where open import Cfe.Language.Base setoid public +open import Cfe.Language.Properties setoid public |