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

valueE combinator #196

Open
mitchellwrosen opened this issue Apr 28, 2019 · 1 comment
Open

valueE combinator #196

mitchellwrosen opened this issue Apr 28, 2019 · 1 comment

Comments

@mitchellwrosen
Copy link
Collaborator

Could this combinator be provided?

valueE :: MonadMoment m => Event a -> m (Maybe a)
@HeinrichApfelmus
Copy link
Owner

Maybe. I have the gut feeling that adding it may have undesirable consequences for the semantics, though. It's a bit like identifying Event a ~ Behavior (Maybe a) which does not work well with the continuous semantics.

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

No branches or pull requests

2 participants