How can I read package document?

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. =)

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.

Thank you so much !
I wish have a nice day .
Sok H. Chang
2013. 12. 8. 오전 9:52 Mateusz Kowalczyk
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. _______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

You can also run the commands below to generate the documentation. This is
very useful because some of the documentation on the new hackage is
broken/incomplete.
cd ~/src
cabal unpack palindromes #untars the package into a dir in the current
dir
cd palindromes-0.4
cabal configure
cabal haddock #generates documentation
cd dist/doc/html/palindromes/ #index.html is in this directory
On Sat, Dec 7, 2013 at 11:23 PM, S. H. Aegis
Thank you so much ! I wish have a nice day .
Sok H. Chang
2013. 12. 8. 오전 9:52 Mateusz Kowalczyk
작성: 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.
http://hackage.haskell.org/package/palindromes-0.4/docs/src/Data-Algorithms-...
-- Mateusz K. _______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

Thank you so much.
This is what I want. =)
Have a nice day.
Sok H. Chang
2013. 12. 8. 오후 5:13 Sam Coles
Thank you so much ! I wish have a nice day .
Sok H. Chang
2013. 12. 8. 오전 9:52 Mateusz Kowalczyk
작성: 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.
http://hackage.haskell.org/package/palindromes-0.4/docs/src/Data-Algorithms-...
-- Mateusz K. _______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
participants (3)
-
Mateusz Kowalczyk
-
S. H. Aegis
-
Sam Coles