howtonotwin
howtonotwin
The following recursion through a type defined by a function does not pass the new checker. ```agda {-# OPTIONS --type-based-termination #-} module WithTBT where open import Agda.Builtin.Nat open import Agda.Builtin.Sigma...
Does this count as a duplicate of #9487? That's the root cause, but I think this issue shows how serious it is. I've noticed that the "detect anonymous classes and...
A bit late, but this a non-issue (or perhaps just a case of bad error message). This should just be something like ```scala def ambImpl[A, B](xs: List[A])(rest: A => Option[B]):...