diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2023-04-08 14:56:31 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2023-04-08 14:56:31 +0100 |
commit | e3e810024343f0262b452cd9825ac77c6c897c16 (patch) | |
tree | c438c2e4e8f1501739685166b81c9a2950158671 /obs.ipkg | |
parent | bd673fcc09873de4894302e7f0c1ce3af6ecf1a6 (diff) |
Define substitution judgements.
This completes the core rules and semantics.
Diffstat (limited to 'obs.ipkg')
-rw-r--r-- | obs.ipkg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ options = "--total" modules = Core.Context , Core.Declarative + , Core.Declarative.Substitution , Core.Environment , Core.Name , Core.Reduction |