agda / agda

Agda is a dependently typed programming language / interactive theorem prover.

Home Page:https://wiki.portal.chalmers.se/agda/pmwiki.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error "This clause has target type ... which is not usable" highlights pattern instead of clause

andreasabel opened this issue · comments

Issue5468.agda:33,7-12
This clause has target type A which is not usable at the required
modality @ω.

The correct range would be 33,1-12.
Currently, attention is directed to a pattern which is not actually the cause of the error.