result computation expression not in the latest release?
See original GitHub issueDescription
Is the result
computation expression not in the latest release?
Repro steps
Please provide the steps required to reproduce the problem
-
dotnet add package FSharpx.Extras --version 2.2.1
-
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:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Published at long last!
Related: https://github.com/fsprojects/FSharpx.Extras/issues/370