propeller: A Simple Propagator Library

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Please see the README on GitHub at https://github.com/typedbyte/propeller#readme


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5) [details]
License BSD-3-Clause
Copyright 2020 Michael Szvetits
Author Michael Szvetits
Maintainer typedbyte@qualified.name
Category Data
Home page https://github.com/typedbyte/propeller#readme
Bug tracker https://github.com/typedbyte/propeller/issues
Source repo head: git clone https://github.com/typedbyte/propeller
Uploaded by MichaelSzvetits at 2020-02-10T21:11:35Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for propeller-0.1.0.0

[back to package description]

propeller

Hackage

A simple propagator library written in Haskell. Values are stored in cells which can be connected to each other. Changes to the value of a cell are automatically propagated to connected cells, similar to the internal workings of popular table-based worksheet tools.