Skip to content

Commit

Permalink
add Continuations and programs to overview section in arrow core (#2723)
Browse files Browse the repository at this point in the history
* add continuations and programs to overview

* move effect section to quickstart div

* Update arrow-site/docs/docs/core/README.md

Co-authored-by: Raúl Raja Martínez <raulraja@gmail.com>

Co-authored-by: Raúl Raja Martínez <raulraja@gmail.com>
  • Loading branch information
i-walker and raulraja committed May 25, 2022
1 parent 4562d1f commit 993754f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arrow-site/docs/docs/core/README.md
Expand Up @@ -38,6 +38,13 @@ boilerplate and enable direct syntax including [monad comprehensions and computa
#### Quick Start
- [Gradle Setup]({{ '/core/#Gradle-kotlin' | relative_url }})
- [Maven Setup]({{ '/core/#Maven' | relative_url }})

#### Effects & Continuations
- [Effect]({{ '/apidocs/arrow-core/arrow.core.continuations/-effect/' | relative_url }})
- [EffectScope]({{ '/apidocs/arrow-core/arrow.core.continuations/-effect-scope/' | relative_url }})
- [EagerEffect]({{ '/apidocs/arrow-core/arrow.core.continuations/-eager-effect/' | relative_url }})
- [EagerEffectScope]({{ '/apidocs/arrow-core/arrow.core.continuations/-eager-effect-scope/' | relative_url }})

</div>

<div class="quickstart-coroutines-item" markdown="1">
Expand Down

0 comments on commit 993754f

Please sign in to comment.