formatting

This commit is contained in:
Henry Blanchette 2022-08-30 11:47:55 -07:00
parent 9cd2aea936
commit 97e7c05e6e

View File

@ -1,11 +1,10 @@
isZero : {n} Bit
isZero
| n == 0 => True
| () => False
isZero | n == 0 => True
| () => False
isFin : {n} Bit
isFin | fin n => True
| () => False
| () => False
idTypeNum : {n} Integer
idTypeNum | fin n => `n