diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2023-04-15 17:06:52 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2023-04-15 17:06:52 +0100 |
commit | 5313058dcdd7252dbaa5615df2494368fe7c32f9 (patch) | |
tree | 91263a52e04ce8ee3db9d8244d4980257e5143b8 /obs.ipkg | |
parent | a38b0b5a6ee30e7dd22bc91765ba5361ed807dda (diff) |
Define typing environments.
Diffstat (limited to 'obs.ipkg')
-rw-r--r-- | obs.ipkg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ depends = contrib options = "--total" modules - = Core.Term + = Core.Environment + , Core.Term , Core.Term.Substitution , Core.Term.Thinned , Core.Thinning |