Skip to content
This repository has been archived by the owner on May 27, 2019. It is now read-only.
/ elm-natural Public archive

Natural (Peano) numbers for elm language.

Notifications You must be signed in to change notification settings

grrinchas/elm-natural

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Natural numbers

A library for natural numbers. Every natural number is either a zero or a positive number. The numbers are represented as Peano numbers using only zero value and a successor function.

type Nat = Z | S Nat

About

Natural (Peano) numbers for elm language.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages