Agda 2.6.1 doesn't recognize it's terminating

This commit is contained in:
Peter Thiemann 2020-04-21 14:55:12 +02:00
parent 6428b87def
commit 6ba26bbfc8

View file

@ -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