On 3 April 2013 11:15, Henning Thielemann <[email protected]
>wrote:
>    x :: Char
>    xs :: [Char]
>
>    [x] :: Char
>

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

-- 
Denis Kasak
_______________________________________________
Haskell mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to