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
631 stars 28 forks source link

Make keep' more prominent in the tutorial #29

Closed habbler closed 7 years ago

habbler commented 8 years ago

Using keep causes problems when working interactively in ghci. Very frustrating.

I should be emphasized near the beginning of the tutorial that keep' should be used instead of keep in interactive sessions.

agocorona commented 7 years ago

keep now does not produce erros in the last releases AFAIK