diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2021-03-24 15:55:34 +0000 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2021-03-24 15:55:34 +0000 |
commit | 11dddff1955a696538afbc1cfb604bbc640242a6 (patch) | |
tree | 9d5958c0a64f8a95ec5f5fe9415904252d24d012 /src/Cfe/Language/Construct/Union.agda | |
parent | ee1b20ca53363eee0362f5a2bbd61b5951098156 (diff) |
Prove lemma 3.5 (5).
Diffstat (limited to 'src/Cfe/Language/Construct/Union.agda')
-rw-r--r-- | src/Cfe/Language/Construct/Union.agda | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Cfe/Language/Construct/Union.agda b/src/Cfe/Language/Construct/Union.agda index 5e86124..0865123 100644 --- a/src/Cfe/Language/Construct/Union.agda +++ b/src/Cfe/Language/Construct/Union.agda @@ -24,8 +24,9 @@ module _ (B : Language b) where - module A = Language A - module B = Language B + private + module A = Language A + module B = Language B infix 6 _∪_ |