We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52792a commit be36de0Copy full SHA for be36de0
docsrc/content/abstraction-monad.fsx
@@ -203,7 +203,7 @@ let askPassword = monad {
203
// After getting used to monadic CEs it's natural
204
// to feel the need to combine monads
205
// (from https://stackoverflow.com/a/37900264 )
206
-
+(*
207
module CombineWriterWithResult =
208
209
let divide5By = function
@@ -223,7 +223,7 @@ module CombineWriterWithResult =
223
return (x, y, z) }
224
225
let (_, log) = ew |> ResultT.run |> Writer.run
226
+*)
227
228
// You can also stack monad transformers.
229
0 commit comments