Paulmichael Blasucci

Results 40 comments of Paulmichael Blasucci

It's probably not appropriate for this discussion, as it seems one of the goals is to have JSON which trivially "looks" like a C# class, however... I've often treated JSON...

@alfonsogarciacaro @isaacabraham I really rather like that treatment.

I like the ROP metaphor, but agree the naming is a bit "off" in code. I just shot off a PR that changes the computation expression from `rop {}` to...

FWIW, I'm getting a lot of errors an weird output trying to create API docs (on OS X). I realize it's probably an issue with FSharpFormatting and `inline` functions. But...

I agree. This would be great. I'm not certain I've ever properly understood the use cases for Chessie's async bits. I'm pretty sure Kai Frederich added that originally... Maybe he...

So we've got a few options: 1. Add `RequireQualifiedAccess` to the `Trial` module (because the attribute is invalid on Active Patterns)... this will impact _all_ of the other combinators 2....

@forki @vasily-kirichenko the `ok` and `fail` functions aren't at issue. We have an Active Pattern shadowing one case of the underlying DU (because we went with a specific DU rather...

If we drop the extra messages from `Ok`, what does that mean for `Pass|Warn|Fail`?

So, I played with a bit with @mexx's idea, and incorporated @vasily-kirichenko's suggestion of just aliasing `Choice`. I have to say, I think I've missed something. Removing the "process log"...

I've been noodling this a bit. What about an approach that mostly matches Scott Wlaschin's with some niceties overlaid? Specifically, a core union type: ``` type Outcome = | Pass...