Jonathan Cast ha scritto:
[...]

I think, in general, the best way to document the purpose of the
function is

    -- | Split a function into a sequence of partitions of specified
lenth
    takeList :: [Int] -> [a] -> [[a]]


Note that I was not speaking about the best way to document a function.

I was speaking about the best way to write a function, so that it may help someone who is learning Haskell.

> [...]

Manlio
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to