agda / agda-stdlib

The Agda standard library
https://wiki.portal.chalmers.se/agda/Libraries/StandardLibrary
Other
561 stars 234 forks source link

Tighten imports some more #2343

Closed JacquesCarette closed 3 months ago

JacquesCarette commented 3 months ago

A few files used very basic bits of Data.Product and Function that could instead use .Base.

While in those files, fix up other things. Some files couldn't go to .Base after all, but other things could be fixed, so they were.

In one case, Effect.Monad.Partiality was using all of Data.Nat for a private example -- I moved that to README.Effect.Monad.Partiality instead.