patch: Infrastructure for writing patches which act on other types.

[ bsd3, frp, library ] [ Propose Tags ]

In this library, a patch is something which can be applied, analogous to a function, and which distinguishes returning the argument it was provided from returning something else.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0.0, 0.0.0.1, 0.0.1.0, 0.0.2.0, 0.0.3.0, 0.0.3.1, 0.0.3.2, 0.0.4.0, 0.0.5.0, 0.0.5.1, 0.0.5.2, 0.0.6.0, 0.0.7.0, 0.0.8.0, 0.0.8.1, 0.0.8.2 (info)
Change log ChangeLog.md
Dependencies base (>=4.9 && <4.14), constraints-extras (>=0.3 && <0.4), containers (>=0.6 && <0.7), dependent-map (>=0.3 && <0.4), dependent-sum (>=0.6 && <0.7), monoidal-containers (>=0.6 && <0.7), semialign (>=1 && <1.2), semigroupoids (>=4.0 && <6), these (>=1 && <1.1), transformers (>=0.5.6.0 && <0.6), witherable (>=0.3 && <0.3.2) [details]
License BSD-3-Clause
Author Ryan Trinkle
Maintainer maintainer@obsidian.systems
Category FRP
Home page https://obsidian.systems
Bug tracker https://github.com/reflex-frp/patch/issues
Source repo head: git clone https://github.com/reflex-frp/patch
Uploaded by JohnEricson at 2020-01-08T21:55:32Z
Distributions NixOS:0.0.8.2
Reverse Dependencies 4 direct, 44 indirect [details]
Downloads 5242 total (100 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-01-08 [all 1 reports]

Readme for patch-0.0.0.1

[back to package description]

Patch

Infrastructure for writing patches which act on other types.