-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This makes the function first-class, and runsa s ingle-step function/reducer. THe tricky thing here is with inheritance -- we have a `run` and an `update` but we don't call it as it subclasses `Action`. We will be cleaning this up shortly (insomuch as we can) and thinking through the abstraction soon. This is a solution for #11
- Loading branch information
1 parent
3bff5e6
commit 784d6dd
Showing
3 changed files
with
151 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters