Search code examples
How can I change XMobar's Kbd monitor plugin such that clicking on it loops throught the layouts...


haskellfunctional-programmingxmonadio-monadxmobar

Read More
About the choice of where to apply the monad parameter of a monad transformer...


haskellfunctional-programmingmonad-transformersstate-monadio-monad

Read More
Can I use StateT/MaybeT/forever to eliminate explicit recursion from this IO action?...


haskellfunctional-programmingstate-monadio-monad

Read More
Do I have to keep the caller of DBus.Client.export alive for as long as I want the exported interfac...


haskellnotificationslifetimedbusio-monad

Read More
To keep state in a function of type a -> ReaderT r IO b, is my only option to put an IORef in the...


haskellfunctional-programmingstate-monadio-monadreader-monad

Read More
Can I have a monitor in XMobar that keeps state form one invocation to the next?...


haskellfunctional-programmingstate-monadio-monadxmobar

Read More
Does sequencing an infinite list of IO actions by definition result in a never-ending action? Or is ...


haskellfunctional-programminglanguage-lawyerproofio-monad

Read More
What is the most terse way of reading single keystrokes up to one specific key?...


haskellfunctional-programmingio-monad

Read More
Expression Evaluation (Add, Mult,etc) with Cats-Effect...


scalascala-catsio-monadcats-effect

Read More
How do you run a single test with QuickCheck when using monadicIO in Haskell?...


haskellquickcheckio-monad

Read More
Implementing Event Streams in Haskell using MVars...


javascripthaskellconcurrencymonadsio-monad

Read More
JavaScript function composition by chaining...


javascriptnode.jsmonadsio-monad

Read More
How to preserve the state of the monad stack in the IO exception handler?...


haskellexceptionmonadsstate-monadio-monad

Read More
Compose IO Operations...


haskellio-monad

Read More
Infinite loop when trying to read from Java Scanner inside an IO Monad...


scalafunctional-programmingioio-monadcats-effect

Read More
How would a functional language actually define/translate primitives to hardware?...


javascriptfunctional-programmingside-effectsio-monadpurity

Read More
cats-effect:How to transform Map[x,IO[y]] to IO[Map[x,y]]...


scalaioscala-catsio-monadcats-effect

Read More
Getting current time during a BrickEvent Haskell...


haskellio-monadtui

Read More
How to wrap char literal in IO monad in Haskell?...


haskellmonadsio-monaddo-notation

Read More
How to avoid the IO monad when solving arithmetic problems in SBV...


haskellmonadssmtio-monadsbv

Read More
How to use pure functions recursively in types with IOMonad instances?...


haskellio-monad

Read More
How to get normal value from IO action in Haskell...


haskellio-monad

Read More
How to convert IO Int to String in Haskell?...


haskellio-monad

Read More
parMapN that finishes even when one program encounters an error...


scalascala-catsio-monad

Read More
The "Haskell way" to extract/cumulate results inside an predefined vistor pattern iterator...


haskellstate-monadio-monad

Read More
Mocking of BlazeClientBuilder[IO] to return mock client[IO]...


scalamockitoscala-catsio-monad

Read More
Why is `filterM + mapM_` so much slower than `mapM_ + when`, with large lists?...


performancehaskelloptimizationmonadsio-monad

Read More
Alternative IO error for <|>...


haskellio-monadalternative-functor

Read More
Why is there difference between throw and throwIO?...


haskellexceptionio-monadalternative-functor

Read More
Exception handling and purity in Haskell...


haskellexceptionfunctional-programmingpurely-functionalio-monad

Read More
BackNext