Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 2.37 KB

README.md

File metadata and controls

23 lines (17 loc) · 2.37 KB

Agda HoTT

Mature library for HoTT: https://unimath.github.io/agda-unimath/

Rest are my naive attempts, as I understand mathematics by writing code :)

Notes in Agda about

Patters of FP can be seen as continuation of scala_typeclassopedia - this time in Agda).

Section zio-prelude aims at formally verifying encoding from Scala library zio-prelude (that improve usuall encoding of FP abstractions e.g. by adding Zivariant, introducing novel definitions like ZRerf that is a generalization of optics).

Category theory definitions are strict - use equality (agda-categories are parametrized by equivalence relation).