diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2023-04-02 11:52:53 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2023-04-02 11:52:53 +0100 |
commit | 14279fa92481304e594e092e702f6925e7142ac5 (patch) | |
tree | 177a611cabf813cb6a62cd61a0860e7bfac4ccdc /src/Core/Declarative.idr | |
parent | fbd0390f32f98dd65567bf64765bd4fbed6008b9 (diff) |
Move Environment module.
Diffstat (limited to 'src/Core/Declarative.idr')
-rw-r--r-- | src/Core/Declarative.idr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core/Declarative.idr b/src/Core/Declarative.idr index ae31870..ae7e3aa 100644 --- a/src/Core/Declarative.idr +++ b/src/Core/Declarative.idr @@ -1,9 +1,9 @@ module Core.Declarative import Core.Context +import Core.Environment import Core.Name import Core.Term -import Core.Term.Environment import Core.Term.Substitution import Core.Thinning import Core.Var |