I am reading hs-webdriver a wrapper for selenium browser automation library. I have read one Haskell book in the past, and am almost done with Learn You A Haskell. The hs-webdriver is a little difficult for me to follow, probably because almost all of it relies on a monad for sending http requests. Can you guys point me towards smaller pieces of real haskell code, so I can build up to the level of maturity of hs-webdriver? Probably other standard library modules you found helpful to read when you were first learning haskell. I know scheme well and clojure somewhat well. I think I have some more getting used to type classes, type constructors, and monads until I feel fully comfortable.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not constructive by Robert Harvey♦ Jun 23 '12 at 21:27
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.