Skip to content

Commit

Permalink
Update arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/ra…
Browse files Browse the repository at this point in the history
…ise/Builders.kt

Co-authored-by: Simon Vergauwen <[email protected]>
  • Loading branch information
serras and nomisRev authored Jul 7, 2023
1 parent ccd1a02 commit 41fac7b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ public inline fun <A> nullable(block: NullableRaise.() -> A): A? =
/**
* Runs a computation [block] using [Raise], and return its outcome as [Result].
*
* Note that [Result.isFailure] is `true` only when [block] ends in _logical failure_.
* Any exception thrown within the [Raise] block is re-thrown.
*
* Read more about running a [Raise] computation in the
* [Arrow docs](https://arrow-kt.io/learn/typed-errors/working-with-typed-errors/#running-and-inspecting-results).
Expand Down

0 comments on commit 41fac7b

Please sign in to comment.