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
Boolinput creates a checkbox and aDoubleinput 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
| Versions [faq] | 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4 (info) |
|---|---|
| Dependencies | async (>=2.0 && <2.3), base (>=4.9 && <5), diagrams-cairo (>=1.3 && <1.5), diagrams-gtk (>=1.3 && <1.5), diagrams-lib (>=1.3 && <1.5), foldl (>=1.1 && <1.5), gtk (>=0.13 && <0.15), microlens (<0.5), stm (<2.6), text (<1.3), transformers (>=0.2.0.0 && <0.6), 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 Thu Dec 20 16:34:31 UTC 2018 |
| Distributions | NixOS:1.1.4 |
| Executables | typed-spreadsheet-example-graphics, typed-spreadsheet-example-cell, typed-spreadsheet-example-text |
| Downloads | 1496 total (124 in the last 30 days) |
| Rating | (no votes yet) [estimated by rule of succession] |
| Your Rating | |
| Status | Docs not available [build log] All reported builds failed as of 2018-12-20 [all 3 reports] |
Modules
- Typed
- Typed.Spreadsheet
Downloads
- typed-spreadsheet-1.1.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)