[Haskell-beginners] bottom case in proof by induction
raeck at msn.com
raeck at msn.com
Wed Dec 31 16:58:48 EST 2008
Dear all,
Happy New Year!
I am learning the Induction Proof over Haskell, I saw some proofs for the equivalence of two functions will have a case called 'bottom' but some of them do no have. What kind of situation we should also include the bottom case to the proof? How about the functions do not have the 'bottom' input such as:
foo [] = []
foo (x:xs) = x : (foo xs)
thank you,
Raeck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/beginners/attachments/20081231/8c98ba3c/attachment.htm
More information about the Beginners
mailing list