Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save MarcelineVQ/3779d979ed8a0f044d30bcf3e777b0b9 to your computer and use it in GitHub Desktop.

Select an option

Save MarcelineVQ/3779d979ed8a0f044d30bcf3e777b0b9 to your computer and use it in GitHub Desktop.
effect :: (IsStream t, Monad m, Monad (t m)) => m (t m a) -> t m a
effect = join . S.yieldM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment