/fsharp-computations-test

playing with fsharp computation expressions

Primary LanguageF#GNU General Public License v3.0GPL-3.0

fsharp-computations-test

playing with fsharp computation expressions

iDoMoreThanYouCanTell { 
  let! x = "not only this!"
  return x
}