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 /obs.ipkg | |
parent | fbd0390f32f98dd65567bf64765bd4fbed6008b9 (diff) |
Move Environment module.
Diffstat (limited to 'obs.ipkg')
-rw-r--r-- | obs.ipkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,10 +9,10 @@ options = "--total" modules = Core.Context , Core.Declarative + , Core.Environment , Core.Name , Core.Reduction , Core.Term - , Core.Term.Environment , Core.Term.NormalForm , Core.Term.Substitution , Core.Thinning |