fsprojects / Chessie

Railway-oriented programming for .NET
http://fsprojects.github.io/Chessie/
The Unlicense
185 stars 43 forks source link

asyncTrial builder #12

Closed ghost closed 9 years ago

ghost commented 9 years ago

specialized builder as suggested in #10

tpetricek commented 9 years ago

The implementation looks good to me!

Although the project is not heavy on documentation yet, this builder is one of the things that would deserve to be documented. Fancy adding an F# script file with a few comments to demonstrate the feature :-)?

forki commented 9 years ago

please move the stuff into ErrorHandling.fs. otherwise it's hard to do single file Paket linking (and that's the whole point of that lib)

forki commented 9 years ago

OK I move it, but it's still lacking docs and tests.

ghost commented 9 years ago

I just wanted to be sure the builder is ok in principle. I will provide docs and tests sometime this week :-)