http://deni-ok.livejournal.com/ ([identity profile] deni-ok.livejournal.com) wrote in [personal profile] deniok 2008-01-16 09:44 pm (UTC)

Что-то ты мистифицируешь kind'ы. Это не что иное, как простенькая система типов над типами. Список символов используешь?
Prelude> :t ['a','b','c']
['a','b','c'] :: [Char]
Prelude> :k [Char]
[Char] :: *
Prelude> :k Char
Char :: *
Prelude> :k []
[] :: * -> *

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting