method: rebindable methods for improving testability

[ bsd3, control, library ] [ Propose Tags ]

This package provides Method typeclass, which represents monadic functions, and provides easy DSL for mocking/verifying methods.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.4.0.0
Change log CHANGELOG.md
Dependencies base (>=4.13.0.0 && <5.0), rio (>=0.1.19.0 && <0.2), transformers (>=0.5.6.2 && <0.6) [details]
License BSD-3-Clause
Author Taku Terao
Maintainer autotaker@gmail.com
Category Control
Home page https://github.com/autotaker/method
Bug tracker https://github.com/autotaker/method/issues
Uploaded by autotaker at 2021-01-10T02:44:24Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 755 total (26 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-01-10 [all 1 reports]

Readme for method-0.2.0.0

[back to package description]

method

rebindable methods for improving testability

Travis Haskell CI