On 3 April 2013 11:15, Henning Thielemann <lemm...@henning-thielemann.de
>wrote:
>    x :: Char
>    xs :: [Char]
>
>    [x] :: Char
>

You meant [x] :: [Char] here, of course. :-)

-- 
Denis Kasak
_______________________________________________
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to