summaryrefslogtreecommitdiff
path: root/obs.ipkg
diff options
context:
space:
mode:
authorGreg Brown <greg.brown01@ed.ac.uk>2023-01-01 12:11:50 +0000
committerGreg Brown <greg.brown01@ed.ac.uk>2023-01-01 12:11:50 +0000
commit7e184c20d545afb55f6e962b8bfea882b23699fa (patch)
tree8eb3a3dbf230ef959ffc77019127cf5d78a2aada /obs.ipkg
parent34c8ab97457d3c727947635fbb3ae36545908867 (diff)
Index normal forms with relevance.
- Remove container types. - Replace sum types with booleans. - Remove type annotation from absurd. - Add original type as argument to cast. - Make if (was case) take a lambda for the return type.
Diffstat (limited to 'obs.ipkg')
-rw-r--r--obs.ipkg1
1 files changed, 1 insertions, 0 deletions
diff --git a/obs.ipkg b/obs.ipkg
index 71451bb..7346579 100644
--- a/obs.ipkg
+++ b/obs.ipkg
@@ -19,4 +19,5 @@ modules
, Obs.Syntax
, Obs.Term
, Obs.Typing
+ , Obs.Typing.Context
, Obs.Typing.Conversion