comment out an unfinished definition lmao

This commit is contained in:
rhiannon morris 2023-12-04 22:49:32 +01:00
parent b1699ce022
commit 415a823dec
1 changed files with 3 additions and 0 deletions

View File

@ -149,6 +149,8 @@ def0 times-zero : (m : ) → 0 ≡ timesω m 0 : =
succ m', ih ⇒ ih succ m', ih ⇒ ih
}; };
{-
-- unfinished
def0 times-succ : (m n : ) → plus m (timesω m n) ≡ timesω m (succ n) : = def0 times-succ : (m n : ) → plus m (timesω m n) ≡ timesω m (succ n) : =
λ m n ⇒ λ m n ⇒
case m case m
@ -158,5 +160,6 @@ def0 times-succ : (m n : ) → plus m (timesω m n) ≡ timesω m (succ n) :
succ m', ih ⇒ succ m', ih ⇒
δ 𝑖 ⇒ plus (succ n) (ih @𝑖) δ 𝑖 ⇒ plus (succ n) (ih @𝑖)
}; };
-}
} }