typed-spreadsheet: Typed and composable spreadsheets

[ bsd3, gui, library, program ] [ Propose Tags ]
This version is deprecated.

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 a Double input creates a spin button

  • you 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

Modules

[Last Documentation]

  • Typed
    • Typed.Spreadsheet

Downloads

Maintainer's Corner

Package maintainers

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), diagrams-cairo (>=1.3 && <1.4), diagrams-gtk (>=1.3 && <1.4), diagrams-lib (>=1.3 && <1.4), foldl (>=1.1 && <1.2), gtk (>=0.13 && <0.14), 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-19T00:23:52Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Executables typed-spreadsheet-example-graphics, typed-spreadsheet-example
Downloads 4093 total (19 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 2016-11-30 [all 4 reports]