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,
|
The evaluator takes gas and evidence that a term is well typed,
|
||||||
and returns the corresponding steps:
|
and returns the corresponding steps:
|
||||||
```
|
```
|
||||||
|
{-# TERMINATING #-}
|
||||||
eval : ∀ {L A}
|
eval : ∀ {L A}
|
||||||
→ Gas
|
→ Gas
|
||||||
→ ∅ ⊢ L ⦂ A
|
→ ∅ ⊢ L ⦂ A
|
||||||
|
|
Loading…
Reference in a new issue