Defines an F# computation builder for encoding imperative computations. The 'return' construct returns immediately and terminates the rest of the computation. It is also possible to return value from a 'for' or 'while' loop.
11 people like thisPosted: 13 years ago by Tomas Petricek
A combinator that enables real imperative code in F#. Use with caution!
5 people like thisPosted: 11 years ago by Eirik Tsarpalis