[Haskell-cafe] Solitaire cipher
Henk-Jan van Tuyl
hjgtuyl at chello.nl
Thu Oct 26 16:40:00 EDT 2006
I was to fast:
On Thu, 26 Oct 2006 22:29:56 +0200, I wrote:
> ->
> show_suit s = head (show s)
> or:
> show_suit (s:_) = show s
The last one is nonsense
> head (reverse l)
> ->
> init l
Should be:
last l
--
Met vriendelijke groet,
Henk-Jan van Tuyl
--
http://Van.Tuyl.eu/
--
Using Opera's revolutionary e-mail client:
https://secure.bmtmicro.com/opera/buy-opera.html?AID=789433
More information about the Haskell-Cafe
mailing list