Skip to content

Commit

Permalink
Remove more code from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gusty committed Jul 10, 2022
1 parent d52792a commit be36de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docsrc/content/abstraction-monad.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ let askPassword = monad {
// After getting used to monadic CEs it's natural
// to feel the need to combine monads
// (from https://stackoverflow.com/a/37900264 )

(*
module CombineWriterWithResult =
let divide5By = function
Expand All @@ -223,7 +223,7 @@ module CombineWriterWithResult =
return (x, y, z) }
let (_, log) = ew |> ResultT.run |> Writer.run

*)

// You can also stack monad transformers.

Expand Down

0 comments on commit be36de0

Please sign in to comment.