ghc-reflex
Higher-order functional reactive programming
This library lets you write interactive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse. Reflex is a fully-deterministic, higher-order FRP interface and an engine that efficiently implements that interface.
- Versions: 0.8.2.2
- Website: https://reflex-frp.org
- Licenses: Modified BSD
- Package source: gnu/packages/haskell-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ghc-reflex as follows:
guix install ghc-reflex
Or install a particular version:
guix install ghc-reflex@0.8.2.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of ghc-reflex about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/ghc-reflex'><img src='https://packages.guix.gnu.org/packages/ghc-reflex/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/ghc-reflex)
Example Org:
[[https://packages.guix.gnu.org/packages/ghc-reflex][https://packages.guix.gnu.org/packages/ghc-reflex/badges/latest-version.svg]]