Skip to content

Commit 98727c5

Browse files
committed
delivery-calculator model evaluator wip
1 parent 60db928 commit 98727c5

File tree

2 files changed

+243
-115
lines changed

2 files changed

+243
-115
lines changed

ghcjs/delivery-calculator/src/App/Types.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ module App.Types
1616
unShareUri,
1717
stUri,
1818
stTeleUri,
19-
setScreenPure,
2019
setScreenAction,
2120
pushActionQueue,
2221
icon,
@@ -77,7 +76,7 @@ data Action
7776
= Noop
7877
| InitUpdate (Maybe (St Unique))
7978
| SyncInputs
80-
| ChanUpdate Model
79+
| ChanUpdate (Model -> Model)
8180
| PushUpdate (InstantOrDelayed (Update Model))
8281

8382
data St f = St

0 commit comments

Comments
 (0)