yaya-hedgehog: Hedgehog testing support for the Yaya recursion scheme library.

[ agpl, library, recursion ] [ Propose Tags ]

If you use Yaya in your own code and have tests written using Hedgehog, then this library will help you with generating trees, verifying type class instances, etc.


[Skip to Readme]

Modules

[Last Documentation]

  • Yaya
    • Yaya.Hedgehog
      • Yaya.Hedgehog.Expr
      • Yaya.Hedgehog.Fold

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.1, 0.2.0.0, 0.2.0.1, 0.2.1.2, 0.2.1.3, 0.3.0.0, 0.3.0.1, 0.3.0.2 (info)
Change log CHANGELOG.md
Dependencies base (>=4.12.0 && <4.13 || >=4.13.0 && <4.14 || >=4.14.0 && <4.15 || >=4.15.0 && <4.16 || >=4.16.0 && <4.17 || >=4.17.0 && <4.18 || >=4.18.0 && <4.19 || >=4.19.0 && <4.20), deriving-compat, hedgehog, yaya (>=0.3.0) [details]
License AGPL-3.0-or-later
Copyright 2017 Greg Pfeil
Author Greg Pfeil <greg@technomadic.org>
Maintainer Greg Pfeil <greg@technomadic.org>
Category Recursion
Home page https://github.com/sellout/yaya#readme
Bug tracker https://github.com/sellout/yaya/issues
Source repo head: git clone https://github.com/sellout/yaya
Uploaded by sellout at 2024-03-11T01:04:38Z
Distributions NixOS:0.3.0.0
Downloads 1699 total (63 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2024-03-11 [all 2 reports]

Readme for yaya-hedgehog-0.2.1.2

[back to package description]

Yaya-Hedgehog

A support library for testing Yaya-using code with Hedgehog.

This includes various generators for trees, laws that instances of Yaya type classes must follow, etc.