StackOverflow Questions for Tag: do-notation

ICFSZ
ICFSZ

Reputation: 51

Need explanation for basic do block syntax

Score: 3

Views: 138

Answers: 2

Read More
Enlico
Enlico

Reputation: 28490

Is IO an instance of Functor just because it is a Monad in the first place?

Score: 2

Views: 459

Answers: 1

Read More
Chris Stryczynski
Chris Stryczynski

Reputation: 34041

Haskell do notation edge case fails to typecheck

Score: 3

Views: 145

Answers: 2

Read More
Ulrich Schuster
Ulrich Schuster

Reputation: 1906

Problem with nested monads while writing a simple QuickCheck URL generator

Score: 2

Views: 124

Answers: 1

Read More
J Fritsch
J Fritsch

Reputation: 3358

Difference between where bindings, let bindings and the single assignment operator (<-)

Score: 15

Views: 2422

Answers: 1

Read More
mjarosie
mjarosie

Reputation: 4603

Using variable from outer scope in where in do block

Score: 2

Views: 578

Answers: 1

Read More
testin3r
testin3r

Reputation: 131

Understanding Haskell (<-) syntactic sugar

Score: 0

Views: 335

Answers: 1

Read More
Finlay Weber
Finlay Weber

Reputation: 4163

How to use Do notation with both Maybe and IO

Score: 4

Views: 2166

Answers: 2

Read More
Tomer
Tomer

Reputation: 1229

Converting expression with >>= to do notation

Score: 1

Views: 157

Answers: 2

Read More
Tomer
Tomer

Reputation: 1229

Cascading the bind (`>>=`) operator

Score: 1

Views: 90

Answers: 0

Read More
Andy Tsao
Andy Tsao

Reputation: 33

how to use do and while loop in haskell

Score: -1

Views: 272

Answers: 1

Read More
Tri
Tri

Reputation: 113

How does the do notation in Monad mean in Haskell

Score: 1

Views: 673

Answers: 2

Read More
Tomer
Tomer

Reputation: 1229

How to randomly shuffle a list

Score: 1

Views: 414

Answers: 2

Read More
Matt Joiner
Matt Joiner

Reputation: 118660

How does the List monad work in this example?

Score: 2

Views: 195

Answers: 2

Read More
user5536315
user5536315

Reputation:

Is there a better way to mimic do notation in JS?

Score: 4

Views: 949

Answers: 1

Read More
PPP
PPP

Reputation: 1870

How to quickly read the do notation without translating to >>= compositions?

Score: 0

Views: 535

Answers: 4

Read More
Poperton
Poperton

Reputation: 1766

Understanding do notation for simple Reader monad: a <- (*2), b <- (+10), return (a+b)

Score: 3

Views: 504

Answers: 3

Read More
Jakub M.
Jakub M.

Reputation: 33867

Using return vs. not using return in the list monad

Score: 40

Views: 7623

Answers: 6

Read More
user1934428
user1934428

Reputation: 22301

Fighting IO when reading a configuration file into Haskell

Score: 1

Views: 128

Answers: 1

Read More
sion madisson
sion madisson

Reputation: 59

concatenate getLine input with haskell array throws a type error

Score: 1

Views: 706

Answers: 1

Read More
PreviousPage 3Next