typed-spreadsheet: Typed and composable spreadsheets

[ bsd3, gui, library, program ] [ Propose Tags ]

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

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

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.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]
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 4103 total (21 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]