arrow-kt / arrow-website

This is the main website for Arrow, the functional companion to Kotlin's Standard Library
https://arrow-kt.io
Apache License 2.0
11 stars 22 forks source link

Imports not described in the documentation #281

Open loicdescotte opened 7 months ago

loicdescotte commented 7 months ago

Reading the documentation examples , for example https://arrow-kt.io/learn/typed-errors/working-with-typed-errors/ , It is sometimes hard to know for a begginer which import to use.

For example it is needed to add import arrow.core.right and import arrow.core.raise.ensure to make the examples work.