Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Implement QuickCheck checkers #310

@galderz

Description

@galderz

In QuickCheck, you can verify that a monoid follows monoid rules, functor follows functor laws...etc.

This can be achieved via code like this:

quickBatch $ functor (undefined :: List (String, String, Int))

This example shows a list can be defined, along with its applicative and verify that it follows the applicative rules. This other example shows how to verify a monoid.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions