Skip to content

Commit f5425df

Browse files
committed
Remove more code from docs
1 parent 7b94fdb commit f5425df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docsrc/content/abstraction-monad.fsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ let askPassword = monad {
202202
// After getting used to monadic CEs it's natural
203203
// to feel the need to combine monads
204204
// (from https://stackoverflow.com/a/37900264 )
205-
205+
(*
206206
module CombineWriterWithResult =
207207
208208
let divide5By = function
@@ -222,7 +222,7 @@ module CombineWriterWithResult =
222222
return (x, y, z) }
223223
224224
let (_, log) = ew |> ResultT.run |> Writer.run
225-
225+
*)
226226

227227
// You can also stack monad transformers.
228228

0 commit comments

Comments
 (0)