One hypothesis I had was that this induction-recursion was "too simple", and that agda was getting confused b/c while I tried to declare A and f mutually-recursively, neither actually mentions the ...
While strengthening my understanding of recursion, I recently practiced converting several basic loop-based problems into recursive solutions. Instead of only memorizing recursion syntax, I focused on ...