
7 Dec
2013
7 Dec
'13
7:51 p.m.
On 08/12/13 00:21, S. H. Aegis wrote:
Hi. I'm new to Haskell. I installed Palindromes package through cabal. But I don't know the usage of command. (Not enough information on Home Page.) How can I read document? Thank you. =)
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
Usually you'd check the documentation on Hackage[1] and if that's not enough, you'd seek help in the source itself[2]. In this case, there are some comments in the source that might interest you. [1]: http://hackage.haskell.org/package/palindromes [2]: http://hackage.haskell.org/package/palindromes-0.4/docs/src/Data-Algorithms-... -- Mateusz K.