The latest version of typed-spreadsheet is 1.1.5-1.

typed-spreadsheet

Version 1.1.5 revision 0 uploaded by GabrielGonzalez.

Package meta

Synopsis
Typed and composable spreadsheets
Description

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

Author
Gabriel Gonzalez
Bug reports
https://github.com/Gabriel439/Haskell-Typed-Spreadsheet-Library/issues
Category
GUI
Copyright
2015 Gabriel Gonzalez
Homepage
n/a
Maintainer
Gabriel439@gmail.com
Package URL
n/a
Stability
n/a

Components