HigherOrderCO / monobook

AGDA
22 stars 5 forks source link

rename Data to Base, export ALL, breaking changes #76

Closed VictorTaelin closed 21 hours ago

VictorTaelin commented 21 hours ago

Note: we should NEVER import ALL inside Base. Instead, this is for libraries and apps OUTSIDE of Base, that import it.

I've also changed some Ord files, and how the Pair module works.