Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Continuations and programs to overview section in arrow core #2723

Merged
merged 7 commits into from May 25, 2022
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