transient-haskell / transient

A full stack, reactive architecture for general purpose programming. Algebraic and monadically composable primitives for concurrency, parallelism, event handling, transactions, multithreading, Web, and distributed computing with complete de-inversion of control (No callbacks, no blocking, pure state)
MIT License
630 stars 28 forks source link

Added more documentation updates #47

Closed harendra-kumar closed 7 years ago

harendra-kumar commented 7 years ago

1) Detailed overview of concepts (not yet complete) 2) fixed and updated doc for event generation primitives

agocorona commented 7 years ago

Awesome explanation of the Transient monad. Can I merge it now?