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.1.5.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
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.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.16), microlens (<0.5), stm (<2.6), text (<1.3), transformers (>=0.2.0.0 && <0.6), typed-spreadsheet [details] |
Tested with | ghc ==8.0.2, ghc ==8.2.2 |
License | BSD-3-Clause |
Copyright | 2015 Gabriella Gonzalez |
Author | Gabriella Gonzalez |
Maintainer | GenuineGabriella@gmail.com |
Revised | Revision 1 made by GabrielGonzalez at 2022-09-05T01:50:48Z |
Category | GUI |
Bug tracker | https://github.com/Gabriella439/Haskell-Typed-Spreadsheet-Library/issues |
Source repo | head: git clone https://github.com/Gabriella439/Haskell-Typed-Spreadsheet-Library |
Uploaded | by GabrielGonzalez at 2020-02-29T15:41:47Z |
Distributions | |
Reverse Dependencies | 1 direct, 1 indirect [details] |
Executables | typed-spreadsheet-example-graphics, typed-spreadsheet-example-cell, typed-spreadsheet-example-text |
Downloads | 4227 total (29 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2020-02-29 [all 3 reports] |