Skip to content

Commit be36de0

Browse files
committed
Remove more code from docs
1 parent d52792a commit be36de0

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
@@ -203,7 +203,7 @@ let askPassword = monad {
203203
// After getting used to monadic CEs it's natural
204204
// to feel the need to combine monads
205205
// (from https://stackoverflow.com/a/37900264 )
206-
206+
(*
207207
module CombineWriterWithResult =
208208
209209
let divide5By = function
@@ -223,7 +223,7 @@ module CombineWriterWithResult =
223223
return (x, y, z) }
224224
225225
let (_, log) = ew |> ResultT.run |> Writer.run
226-
226+
*)
227227

228228
// You can also stack monad transformers.
229229

0 commit comments

Comments
 (0)