Skip to content

Reactive stream combinators in Haskell! Implementations of Rx primitives based on the 'machines' library

License

Notifications You must be signed in to change notification settings

ChrisPenner/reactive-streams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactive Streams

Implementation of many ReactiveX combinators in Haskell built on top of Edward Kmett's machines library. I refrain from calling this an RxHaskell implementation because it snubs the idea of Observables in favour of machines. Regardless, most of what you may want to do with streams is possible using this library.

Most combinators are simply re-exports from machines with differing naming conventions. All combinators are compatible with the Machines library.

About

Reactive stream combinators in Haskell! Implementations of Rx primitives based on the 'machines' library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published