remove universe type
This commit is contained in:
parent
0cae84c75b
commit
b7acf39c39
8 changed files with 21 additions and 44 deletions
|
@ -84,7 +84,7 @@ mutual
|
|||
(t : Term Three d n) -> (0 _ : NotClo t) =>
|
||||
PTerm
|
||||
toPTermWith' ds ns s = case s of
|
||||
TYPE (U l) =>
|
||||
TYPE l =>
|
||||
TYPE l
|
||||
Pi qty arg (S [x] res) =>
|
||||
Pi qty (Just x) (toPTermWith ds ns arg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue