Agda 2.6.1 doesn't recognize it's terminating
This commit is contained in:
parent
6428b87def
commit
6ba26bbfc8
1 changed files with 1 additions and 0 deletions
|
@ -942,6 +942,7 @@ data Steps (L : Term) : Set where
|
|||
The evaluator takes gas and evidence that a term is well typed,
|
||||
and returns the corresponding steps:
|
||||
```
|
||||
{-# TERMINATING #-}
|
||||
eval : ∀ {L A}
|
||||
→ Gas
|
||||
→ ∅ ⊢ L ⦂ A
|
||||
|
|
Loading…
Reference in a new issue