summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Main.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs
index f8b586a..4c0014e 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -18,6 +18,8 @@ main = do
let env0 = Map.fromList
[("Level", Nothing :| TLevelUniv)
+ ,("One", Nothing :| TSet TIZero)
+ ,("Unit", Nothing :| TOne)
,("lzero", Nothing :| TLevel)
,("lsuc", Nothing :| TPi "x" TLevel TLevel)]