Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make Console and startUi more generic #2

Open
louispan opened this issue Oct 9, 2016 · 1 comment
Open

make Console and startUi more generic #2

louispan opened this issue Oct 9, 2016 · 1 comment

Comments

@louispan
Copy link
Owner

louispan commented Oct 9, 2016

  1. in startUi, need to generalize the TVar D.Decimal (specific to passing threshold values back to the signal network).
  2. I'd like to try to implement another version of the console app using the Brick framework, and seeing how much code can be reused.
@louispan
Copy link
Owner Author

louispan commented Feb 9, 2017

Regarding 1., this currently accomplished by modeling both (1. sensor data from external sources) and (2. state changes from gadget actions) as Producer a (StateT s STM) () which means the state effects can be impulsively merged together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant