We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525ee07 commit 4a4109eCopy full SHA for 4a4109e
README.md
@@ -12,11 +12,6 @@ An implementation of QuickCheck in PureScript.
12
bower install purescript-quickcheck
13
```
14
15
-## Module documentation
+## Documentation
16
17
-- [Test.QuickCheck](docs/Test/QuickCheck.md)
18
-- [Test.QuickCheck.Arbitrary](docs/Test/QuickCheck/Arbitrary.md)
19
-- [Test.QuickCheck.Gen](docs/Test/QuickCheck/Gen.md)
20
-- [Test.QuickCheck.LCG](docs/Test/QuickCheck/LCG.md)
21
-- [Test.QuickCheck.Data.AlphaNumString](docs/Test/QuickCheck/Data/AlphaNumString.md)
22
-- [Test.QuickCheck.Data.ApproxNumber](docs/Test/QuickCheck/Data/ApproxNumber.md)
+Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-quickcheck).
0 commit comments