dotty-cps-async icon indicating copy to clipboard operation
dotty-cps-async copied to clipboard

Improve introduction documentation

Open rssh opened this issue 4 years ago • 1 comments

Track documentation from the point of novice and rewrite parts, which are hard to follow.
// And not forget about experienced developers' paths, who will not want to read 'Monad-101' intro for documentation on each library. Maybe write in addition a separate introduction to the library?

rssh avatar Jul 28 '21 04:07 rssh

For me, I first came into this project only knowing the user side of scala-async, which means a "Quick Start" for users like me would hopefully amount to little more than this snippet:

import cps.*
import cps.monads.FutureAsyncMonad

ScoreUnder avatar Aug 01 '21 19:08 ScoreUnder