Skip to content

willdoescode/Natrual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Haskell Nat Implementation

example

Testing

ghc Main.hs -package HUnit
./main

Addition

(S (S Z)) + (S (S Z))
(S (a + k))
(S (S (a + Z)))
(S (S (a)))
(S (S (S (S Z)))) == 4

Multiplication

(S (S Z)) * (S (S Z))
(S ((S (S Z)) + (S (S Z))))
(S (S (S (S (S (S (S (S Z)))))))

About

Haskell Nat implementation.

Topics

Resources

Stars

Watchers

Forks