dyna: Minimal FRP library

[ bsd3, frp, library ] [ Propose Tags ]

Defines minimal FRP library (classical FRP)


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies async, base (>=4.7 && <5), Boolean, lifted-async, lifted-base, monad-control, MonadRandom, mtl, random, stm, temporal-media, time, unagi-chan, unbounded-delays, vector, vector-space [details]
License BSD-3-Clause
Copyright 2022 Anton Kholomiov
Author Anton Kholomiov
Maintainer anton.kholomiov@gmail.com
Category FRP
Home page https://github.com/anton-k/dyna-frp#readme
Bug tracker https://github.com/anton-k/dyna-frp/issues
Source repo head: git clone https://github.com/anton-k/dyna-frp/dyna
Uploaded by AntonKholomiov at 2022-04-17T18:15:00Z
Distributions NixOS:0.1.0.0
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 84 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-04-17 [all 1 reports]

Readme for dyna-0.1.0.0

[back to package description]

dyna - FRP library

The dyna is functional reactive programming (FRP) library for Haskell. It implements classical FRP and probvides easy to use interface to write call-back heavy interactive applications.

Tutorial