[Agda] Re: records and modules

Nils Anders Danielsson nad at chalmers.se
Tue Dec 6 19:10:14 CET 2011


On 2011-11-22 22:35, Ramana Kumar wrote:
> I could remove the yellow by providing and repeating some implicit arguments:
> S<-trans {i} {j} {k} = IsStrictTotalOrder.trans StringISTO {i} {j} {k}
>
> Should these ought to be automatically inferred?

There is no guarantee that implicit arguments will be inferred
automatically.

-- 
/NAD


More information about the Agda mailing list