question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

result computation expression not in the latest release?

See original GitHub issue

Description

Is the result computation expression not in the latest release?

https://github.com/fsprojects/FSharpx.Extras/blob/c44c34e8cae0809e49bb0d6ca35fb5388b85190f/src/FSharpx.Extras/ComputationExpressions/Result.fs

Repro steps

Please provide the steps required to reproduce the problem

  1. dotnet add package FSharpx.Extras --version 2.2.1

  2. Write code like:

open FSharpx
open FSharpx.Result

let myResultThing = result {
}

Expected behavior

Can use result

Actual behavior

result is not available.

error FS0039: The value or constructor ‘result’ is not defined.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
panesofglasscommented, Aug 5, 2019

Published at long last!

0reactions
njlrcommented, Dec 20, 2018
Read more comments on GitHub >

github_iconTop Results From Across the Web

Computation Expressions - F# | Microsoft Learn
Learn how to create convenient syntax for writing computations in F# that can be sequenced and combined using control flow constructs and ...
Read more >
F# saying value not defined in Computation Expression
It's just a name for this pattern of chaining computations together, passing the result of one as parameter to the next, that's all....
Read more >
FS0748 error "This construct may only be used in ...
Error FS0748 as mentioned is reported, but the error says I am not inside a computation expression, while I am.
Read more >
When should computational expressions be used? : r/fsharp
Other typical computation expressions can be used with Result or Option. There are also niche uses that are not idiomatic in F# but...
Read more >
Computation expressions: Introduction
A computation expression can do that. Here's one that does exactly the same thing. First we define a new type called LoggingBuilder :...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found