CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
monads
09-03
Blockchain
Non-determinism on a set defined by the characteristic function
09-02
OS
how to converting function to cps recursively
09-01
Software engineering
sequence from a specific field of a tuple
08-27
database
convenience method for combine publishers
08-26
Net
Is there ReaderT raised into a monad?
08-20
Software design
Why does the compiler infer incorrectly return type for Future.sequence declaration in function?
08-15
Software engineering
Monadic function of `(a -> m (Either e b)) -> Either e a -> m (Either e b)`?
08-05
Software engineering
Haskell traverse and filter through a list while lifting results
08-02
Enterprise
How to execute deterministic code from an untrusted third party safely?
07-29
Back-end
Elegant way to access the value of a record in haskell which is inside a monad
07-27
Net
Haskell Monad task
07-11
database
All possible binary trees storing a value
07-10
database
Short-circuit list, type of `(a -> Either e a) -> [a] -> Either e [a]` ... monadic operatio
07-05
Back-end
What is the advantage of Option/Maybe Monad over Functor?
06-18
Back-end
Confusing ReaderT definition
06-04
Net
Is the monad transformer of a monad unique in Haskell
06-02
Software engineering
Scala: for-comprehension with recursive Future
06-01
Enterprise
No instance for (MonadWriter [Log] IO) arising from a use of ‘tell’
05-19
Software design
Rails 6 monads pattern matching to fetch only success/failure
05-19
Software design
Rails 6 get error message from Failure monad results
04-29
front end
Is there a way to commute monads automatically?
04-29
Net
The identity monad as a free monad
04-20
Software design
How do define a monad transformer that is the composition of two arbitrary monad transformers?
04-12
Software engineering
Indexed monads for state machines
04-10
Net
What is the mathematical theory or theorem underlying join of monad?
04-10
Net
Haskell mapM_ does not print
04-05
Back-end
Scala concatenate Map - one with Option and other without Option
03-29
Mobile
Regardless of composition, can I say monadic if there is only a way to change m(m a) to m a
03-27
Net
Haskell theorem proving tactics as indexed functors and monads
03-26
OS
Migrating to Dart null safety: best practice for migrating ternary operator null checks? Is a monadi
03-20
Net
iteration with the list monad
03-14
Software design
Can I say that Monad makes it possible to see some types as isomorphic?
03-04
Net
How does Haskell "desugar" getline in this do block?
03-04
Net
Right not working with for comprehension Scala
03-02
Software design
How do I deal with the error "No instance for (Control.Monad.IO.Class.MonadIO [])"?
02-26
Net
Haskell writing >>= using >=> Monads
02-24
Mobile
The list monad is not a free monad but …
02-21
Mobile
Why is (&) :: a -> (a -> b) -> b not treated as Monad?
02-19
OS
Haskell >> operator with two lists
01-03
database
What is the point of the Functor -> Applicative -> Monad hierarchy
63
1
2
Next
Last
Links:
CodePudding