716fdf2388321ef7655164e7f23c380a06fcb6ef
558ee323881b87bbe1ccf6a550ea4411b5fae3d7
d241df3765ed309ea24d05baae40eb3c2765aa19
Build failed.
nicely done!
1 new commit added
Add ex3
Provided ex4 and started ex5
"if x then True else False" can be written as "x" when x evaluate as a Bool ;)
validate x = mod ( sumDigits (doubleEveryOther (toDigits x))) 10 == 0
"type x = y" actually just creates an alias for "y" named "x". Thus Peg is a String, and "a" is already a String. That means you can call (hanois 1 "a" "b" "c") directly.