StackOverflow Questions for Tag: writer-monad

Saurabh Nanda
Saurabh Nanda

Reputation: 6793

How to Write a Monad in Haskell to Track and Prefetch i18n Keys Efficiently?

Score: 2

Views: 106

Answers: 2

Read More
Piskator
Piskator

Reputation: 647

The Writer monad and its type declaration

Score: 0

Views: 284

Answers: 1

Read More
Tomek Dobrzynski
Tomek Dobrzynski

Reputation: 205

How to lift a value into a monad

Score: 0

Views: 443

Answers: 3

Read More
Enlico
Enlico

Reputation: 28396

LYAH - Understanding comment about "tell" when chaining Writer monads

Score: 7

Views: 116

Answers: 1

Read More
Noam Shaish
Noam Shaish

Reputation: 1623

How to fold on list of WriterT in cats

Score: 1

Views: 234

Answers: 2

Read More
Boris Azanov
Boris Azanov

Reputation: 4481

How define instance Monad Writer with custom data type

Score: 0

Views: 272

Answers: 1

Read More
Ruifeng Xie
Ruifeng Xie

Reputation: 906

Can we avoid space leaks in the Writer monad by making mappend non-strict on the second parameter

Score: 3

Views: 321

Answers: 0

Read More
Imran K
Imran K

Reputation: 81

Cats Writer type-mismatch in for expression

Score: 1

Views: 234

Answers: 1

Read More
Andy
Andy

Reputation: 11

Question about the Writer monad as taught in LYAH. (How did the appending to the log take place?)

Score: 1

Views: 387

Answers: 2

Read More
Serhii Shevchyk
Serhii Shevchyk

Reputation: 39436

Stacking monads Writer and OptionT

Score: 1

Views: 298

Answers: 2

Read More
jordan3
jordan3

Reputation: 887

Is the Writer Monad effectively the same as the State Monad?

Score: 22

Views: 2646

Answers: 2

Read More
krokodil
krokodil

Reputation: 1366

Swapping `mappend` in Writer monad

Score: 2

Views: 146

Answers: 1

Read More
krokodil
krokodil

Reputation: 1366

Writer monad and unsequence

Score: 0

Views: 174

Answers: 1

Read More
krokodil
krokodil

Reputation: 1366

Writer Monad Nested Twice

Score: 2

Views: 189

Answers: 1

Read More
Babra Cunningham
Babra Cunningham

Reputation: 2967

Function composition with the Writer monad?

Score: 0

Views: 141

Answers: 2

Read More
Albtzrly
Albtzrly

Reputation: 934

How do I access both the value and accumulator of a Writer monad within a 'do' block (PureScript)?

Score: 0

Views: 157

Answers: 2

Read More
SkyWriter
SkyWriter

Reputation: 1479

Wrapping Maybe in WriterT to add logging

Score: 4

Views: 157

Answers: 1

Read More
krokodil
krokodil

Reputation: 1366

Haskell Write Monad for expressions

Score: 1

Views: 140

Answers: 1

Read More
Michael
Michael

Reputation: 42050

Validating XML with Writer and Kleisli in Scala

Score: 1

Views: 140

Answers: 1

Read More
Michael
Michael

Reputation: 42050

Validating a sequence of XML elements with Writer monad

Score: 2

Views: 94

Answers: 0

Read More
PreviousPage 1Next