Difference between revisions of "Talk:Checkers"

From HaskellWiki
Jump to navigation Jump to search
(feedback)
 
(reponse to how-to-use question)
Line 1: Line 1:
 
I heard about this tool from Haskell-Cafe. I came here hoping to see examples of how to use it. Instead I ended up reading the source code (the haddocks were not very informative). Soon I realized that even looking at the source code I was unsure how to use this library. Could you please construct examples and put them somewhere as documentation? Thanks!
 
I heard about this tool from Haskell-Cafe. I came here hoping to see examples of how to use it. Instead I ended up reading the source code (the haddocks were not very informative). Soon I realized that even looking at the source code I was unsure how to use this library. Could you please construct examples and put them somewhere as documentation? Thanks!
  +
  +
----
  +
  +
I don't have docs of that sort, and I can see how they'd be helpful. For now you can look at client libraries. A quick "grep checkers */*.cabal" tells me that unamb and reactive both use checkers.
  +
  +
Is there a way to glean this info (what libraries use a given one) from Hackage?
  +
  +
[[User:Conal|Conal]] 17:35, 10 August 2009 (UTC)
  +
  +
----

Revision as of 17:35, 10 August 2009

I heard about this tool from Haskell-Cafe. I came here hoping to see examples of how to use it. Instead I ended up reading the source code (the haddocks were not very informative). Soon I realized that even looking at the source code I was unsure how to use this library. Could you please construct examples and put them somewhere as documentation? Thanks!


I don't have docs of that sort, and I can see how they'd be helpful. For now you can look at client libraries. A quick "grep checkers */*.cabal" tells me that unamb and reactive both use checkers.

Is there a way to glean this info (what libraries use a given one) from Hackage?

Conal 17:35, 10 August 2009 (UTC)