Skip to content

TypeFunc/agda-prelude

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a programming library for Agda. This means that it contains almost no proofs and it is not afraid to turn off the termination checker if it gets in the way. If you are looking to formalize mathematics, this library is not for you, but if you want to write programs in Agda this might just be what you are looking for.

Note that this library is not compatible with the Agda standard library at https://github.com/agda/agda-stdlib.


Git commands for keeping fork up-to-date with upstream repo

git remote add upstream git@github.com:UlfNorell/agda-prelude.git
git fetch upstream
git merge upstream/master
git push origin master

About

Programming library for Agda

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Agda 99.6%
  • Other 0.4%