Ryan Riley
Ryan Riley
Yes, you can call custom operations after a for method. This is how things like query expressions work. I’ve discussed it a bit [here](https://github.com/panesofglass/computation-expressions-workshop/blob/master/exercises/06_Extensions.md#customoperations). Or I’ve misunderstood the question!
Looks like you want an actual for loop, so you will need to do something like [this](https://github.com/fsprojects/FSharpx.Extras/blob/master/src/FSharpx.Extras/ComputationExpressions/State.fs#L38), which requires additional members.
Iirc, supporting if just means you have to implement Delay, and possibly Combine. However, sometimes mixing standard members with custom operations requires you wrap each in its own expression.
Let me know if you want to pair on this or need help.
Doh! Looks like I missed the window. How about Friday morning? I'll be online early.
I may still try this again. There should be some solution that should work here, though it may not be as lovely as you'd like.
I'm having the same problem trying to `make` on Windows using either MSysGit or Powershell: ``` C:\Users\Ryan\Code\LibuvSharp [master]> make -v GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc....
@neoeinstein has been the most active with Freya of late. I would love to see such a sample.
@Prunkles I agree with the sentiment that it would be nice to have one library like this that provides these behaviors. However, as @deviousasti notes, I'm not sure how we...
Thanks! I would love help on getting docs for this project.