fill a stray hole
This commit is contained in:
parent
fb14b756c7
commit
47069a9316
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ CanWhnf Term Interface.isRedexT where
|
||||||
Left _ => case p of
|
Left _ => case p of
|
||||||
Nat p _ => pure $ nred $ Nat (S p) loc
|
Nat p _ => pure $ nred $ Nat (S p) loc
|
||||||
E (Ann (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 (Let _ rhs body _) =
|
||||||
whnf defs ctx sg $ sub1 body rhs
|
whnf defs ctx sg $ sub1 body rhs
|
||||||
|
|
Loading…
Reference in a new issue