fill a stray hole

This commit is contained in:
rhiannon morris 2023-11-24 17:23:45 +01:00
parent fb14b756c7
commit 47069a9316
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ CanWhnf Term Interface.isRedexT where
Left _ => case p of
Nat p _ => pure $ nred $ Nat (S p) loc
E (Ann (Nat p _) _ _) => pure $ nred $ Nat (S p) loc
Right nc => pure $ Element (Succ p loc) nc
Right nc => pure $ nred $ Succ p loc
whnf defs ctx sg (Let _ rhs body _) =
whnf defs ctx sg $ sub1 body rhs