aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore: update to use cabal 3.4 and base ^>=4.19.1.0dan2024-04-201-4/+6
|
* feat: can insert rows and eval expressions by APIdan2024-03-204-6/+28
|
* fix: change getTable http call from client to not call dummydan2024-03-206-1/+1
|
* add elm-clientdan2021-04-213-0/+122
|
* FloatVal, average, Context, evalTableExpression, return tables from apidan2021-04-213-42/+164
|
* Create RestService, with state and an eval endpointdan2021-04-174-15/+94
|
* (coerceTo $ StrVal 1) ::Maybe Bool -- still doesn't workdan2021-04-154-11/+107
|
* create generalised eFold function, use this to reimplement eSum and eAnydan2021-04-111-46/+40
|
* add eAny functiondan2021-04-111-6/+25
|
* refactor eSumdan2021-04-111-11/+5
|
* working eval with repldan2021-04-111-76/+23
|
* initdan2021-04-115-0/+207