typed-spreadsheet: Typed and composable spreadsheets
This library provides a typed and composable API for building spreadsheets. This differs from traditional spreadsheets in a few important ways:
you specify the relationship between inputs and outputs at compile time, not runtime, so that the relationship can be type-checked
inputs of different types have different controls; for example, a
Bool
input creates a checkbox and aDouble
input creates a spin buttonyou can only output a single value; you simulate multiple outputs by emitting a tuple of values
See the Typed.Spreadsheet module for full examples with code and pictures
Downloads
- typed-spreadsheet-1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5 (info) |
---|---|
Dependencies | async (>=2.0 && <2.1), base (>=4 && <5), foldl (>=1.1 && <1.2), gtk3 (>=0.14.0 && <0.15), microlens (<0.4), stm (<2.5), text (<1.3), transformers (>=0.2.0.0 && <0.5), typed-spreadsheet [details] |
License | BSD-3-Clause |
Copyright | 2015 Gabriel Gonzalez |
Author | Gabriel Gonzalez |
Maintainer | Gabriel439@gmail.com |
Category | GUI |
Bug tracker | https://github.com/Gabriel439/Haskell-Typed-Spreadsheet-Library/issues |
Source repo | head: git clone https://github.com/Gabriel439/Haskell-Typed-Spreadsheet-Library |
Uploaded | by GabrielGonzalez at 2015-11-11T04:26:02Z |
Distributions | |
Reverse Dependencies | 1 direct, 1 indirect [details] |
Executables | typed-spreadsheet-example |
Downloads | 4228 total (12 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |