don't put a ∷ℕ on nat literals that's silly
This commit is contained in:
parent
06b159973f
commit
ac85dc9352
2 changed files with 5 additions and 5 deletions
|
@ -306,7 +306,7 @@ mutual
|
|||
<|> [|TYPE universe|]
|
||||
<|> Nat <$ resC "ℕ"
|
||||
<|> Zero <$ resC "zero"
|
||||
<|> (nat <&> \n => fromNat n :# Nat)
|
||||
<|> [|fromNat nat|]
|
||||
<|> [|V name|]
|
||||
<|> [|Tag tag|]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue