We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc0412 commit 9bd27ccCopy full SHA for 9bd27cc
arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/continuations/EffectScope.kt
@@ -15,7 +15,7 @@ import kotlin.experimental.ExperimentalTypeInference
15
16
/** Context of the [Effect] DSL. */
17
@Deprecated(
18
- "Use the arrow.core.raise.Raise type instead, which is more general and can be used to and can be used to raise typed errors or _logical failures_\n" +
+ "Use the arrow.core.raise.Raise type instead, which is more general and can be used to raise typed errors or _logical failures_\n" +
19
"The Raise<R> type is source compatible, a simple find & replace of arrow.core.continuations.* to arrow.core.raise.* will do the trick.",
20
ReplaceWith("Raise<R>", "arrow.core.raise.Raise")
21
)
0 commit comments