Skip to content

jw3126/Naturals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naturals

Peano style definition of natural numbers. These do not satsfy the induction principle however, as you can define "infinite" numbers.

*Main Lib> inf = suc inf
*Main Lib> inf > zero
True

Our Naturals are codata instead of data.

Releases

No releases published

Packages