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
- Host: GitHub
- URL: https://github.com/passy/peano
- Owner: passy
- License: mit
- Created: 2014-03-18T19:09:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-19T17:42:05.000Z (over 11 years ago)
- Last Synced: 2025-03-27T02:11:18.879Z (over 1 year ago)
- Language: Haskell
- Size: 160 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
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.