[Haskell-beginners] How can I read package document?
Mateusz Kowalczyk
fuuzetsu at fuuzetsu.co.uk
Sun Dec 8 00:51:56 UTC 2013
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 at 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-Palindromes-Palindromes.html
--
Mateusz K.
More information about the Beginners
mailing list