Replace hardcoded universe levels with a proper level language and constraint solving

This commit is contained in:
2026-04-19 15:50:59 +00:00
parent 963c9f3e94
commit 28c9f2f9f8
8 changed files with 90 additions and 13 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ mutual
| empty : Val
| id : Val Val Val Val
| refl : Val
| univ : Nat Val
| univ : Level Val
inductive Closure where
| mk : List Val Tm Closure