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 7b94fdb commit f5425dfCopy full SHA for f5425df
docsrc/content/abstraction-monad.fsx
@@ -202,7 +202,7 @@ let askPassword = monad {
202
// After getting used to monadic CEs it's natural
203
// to feel the need to combine monads
204
// (from https://stackoverflow.com/a/37900264 )
205
-
+(*
206
module CombineWriterWithResult =
207
208
let divide5By = function
@@ -222,7 +222,7 @@ module CombineWriterWithResult =
222
return (x, y, z) }
223
224
let (_, log) = ew |> ResultT.run |> Writer.run
225
+*)
226
227
// You can also stack monad transformers.
228
0 commit comments