transaction: Monadic representation of transactions.

[ data, library, mit ] [ Propose Tags ]

Monadic representation of transactions. Alike List, but can be declared with do notations.


[Skip to Readme]

Modules

[Last Documentation]

  • Data
    • Data.Transaction

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.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.4
Dependencies base (>=4.9 && <5), mono-traversable, semigroups (>=0.18 && <0.19) [details]
License MIT
Copyright 2018 Kadzuya Okamoto
Author Kadzuya Okamoto
Maintainer arow.okamoto+github@gmail.com
Category Data
Home page https://github.com/arowM/haskell-transaction#readme
Source repo head: git clone https://github.com/arowM/haskell-transaction
Uploaded by arowM at 2018-03-25T07:26:06Z
Distributions LTSHaskell:0.1.1.4, NixOS:0.1.1.4, Stackage:0.1.1.4
Reverse Dependencies 2 direct, 2 indirect [details]
Downloads 2981 total (24 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 2018-03-25 [all 3 reports]

Readme for transaction-0.1.1.0

[back to package description]

Build Status Hackage Stackage LTS Stackage Nightly

Haskell-transaction

Monadic representation of transactions. Alike List, but can be declared with do notations.