An open API service indexing awesome lists of open source software.

https://github.com/passy/peano

Basic Peano numbers in Haskell
https://github.com/passy/peano

Last synced: over 1 year ago
JSON representation

Basic Peano numbers in Haskell

Awesome Lists containing this project

README

          

Peano
-----

Just an implementation of natural numbers, mirroring what the [Functional
Programming Principles in
Scala](https://class.coursera.org/progfun-2012-001/lecture) course on Coursera
shows you in lecture Week 4.