[Agda] Negative coinductive sized types

Nils Anders Danielsson nad at cse.gu.se
Wed Nov 11 09:24:59 CET 2020


On 2020-11-04 19:29, Florian Engel wrote:
> Unfortunately, with this type, agda still can't solve the size constraint
> in merge.

Your code is not self-contained, but I suspect that you can fix your
problem by giving cons the following type signature:

   {i : Size} {A : Set} → A → Stream i A → Stream i A

-- 
/NAD


More information about the Agda mailing list