Align types in even and odd example
This commit is contained in:
parent
697174cd47
commit
2a620487f6
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ data even where
|
|||
|
||||
data odd where
|
||||
|
||||
suc : ∀ {n : ℕ}
|
||||
suc : ∀ {n : ℕ}
|
||||
→ even n
|
||||
-----------
|
||||
→ odd (suc n)
|
||||
|
|
Loading…
Reference in a new issue