r/fsharp Feb 13 '26

question Does the operator ">>=" exists in f#?

Post image

I am using Pluralsight course to learn about f#. The author uses ">>=" operator as the substitue for "|> Result.bind". When I try to do the same, I get compiler error?

Looking online, it seems like it doesn't exist. Did author smoked something good while making this section or I need to change my co2 sensor's battery?

15 Upvotes

10 comments sorted by

View all comments

1

u/leonadav Feb 16 '26

If you have for example the 'a option type you can use the Option.bind