summaryrefslogtreecommitdiff
path: root/src/Core/Declarative.idr
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2023-04-02 11:52:53 +0100
committerChloe Brown <chloe.brown.00@outlook.com>2023-04-02 11:52:53 +0100
commit14279fa92481304e594e092e702f6925e7142ac5 (patch)
tree177a611cabf813cb6a62cd61a0860e7bfac4ccdc /src/Core/Declarative.idr
parentfbd0390f32f98dd65567bf64765bd4fbed6008b9 (diff)
Move Environment module.
Diffstat (limited to 'src/Core/Declarative.idr')
-rw-r--r--src/Core/Declarative.idr2
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