Closed GoogleCodeExporter closed 9 years ago
The problem is that you've with-abstracted over primaryItems (calling it w),
but nullFactorization<->a|1 still talks about primaryItems so it won't accept
nullFt : Null w. This becomes clear if you put nullFt in a hole (by adding {!
!} around it) and hit "C-c C-.". That will tell you
Goal: Null primaryItems
Have: Null .w
Anyway, this is not the place for these kinds of issues. There are lots of
helpful people on the mailing list or the IRC channel that can help you when
your code doesn't work. If you have something that you have good reason to
believe is a bug in Agda, then please submit it here, but if it's just that you
can't figure out how to get your program through the type checker the mailing
list or IRC channel is a better place.
Original comment by ulf.nor...@gmail.com
on 20 Aug 2014 at 8:03
Original issue reported on code.google.com by
mech...@botik.ru
on 19 Aug 2014 at 5:50