fsprojects / FSharpx.Extras

Functional programming and other utilities from the original "fsharpx" project
https://fsprojects.github.io/FSharpx.Extras/
The Unlicense
682 stars 146 forks source link

Some of the Builders don't implement parts necessary for exception, loops and IDisposable handling #388

Closed gdziadkiewicz closed 4 years ago

gdziadkiewicz commented 4 years ago

Description

Builders affected:

EnumerableBuilder is also affected, but I lack experience with it necessary for me to change it with confidence. I assume that if this becomes a problem for someone using it they will fix it.

Repro steps

Try to use for, use!, try in mentioned builders.

Expected behavior

It compiles and works "as expected".

Actual behavior

It doesn't compile.

Known workarounds

N/A

Related information