Search code examples
Maybe and Either monads, short-circuiting, and performance...


c++performancehaskellfunctional-programmingmonads

Read More
Adding dependency with cabal in gitlab-ci...


haskellgitlab-cicabal

Read More
How can I disable Haskell warning in small block?...


haskellghccompiler-warnings

Read More
Parsing List of Either Type...


parsinghaskell

Read More
What is '(Floating a, Num (a -> a))' in Haskell?...


haskell

Read More
Why can an invalid list expression such as 2:1 be assigned to a variable, but not printed?...


haskell

Read More
Haskell on Windows Setup...


windowshaskell

Read More
Multiple files use the same module name:...


haskellghccabalhaskell-stackghci

Read More
Haskell: Is there a simpler way to express the function (\f g x y -> f (g x) (g y))? Using Applic...


haskellcombinators

Read More
How can I get nth element from a list?...


haskell

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
Haskell FFI local c header...


haskell

Read More
How to get nth element from a 10-tuple in Haskell?...


haskelltuples

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
How to check from the REPL that a given constraint is satisfied?...


haskelltypeclassghci

Read More
How to define free monads and cofree comonads in Lean4?...


haskellmonadscategory-theoryleancomonad

Read More
Brick forms with dynamic fields...


haskell

Read More
What is the name of this prism-like optic, and is it useful for anything?...


haskellhaskell-lenslenses

Read More
Haskell: show and pretty-print instance...


haskellpretty-print

Read More
How can I stream test results with cabal new-test?...


haskellcabalcabal-new

Read More
How to generate all possible matrices given a number n in Haskell...


haskell

Read More
Is there a way to get `cabal` to detect changes to non-Haskell source files?...


haskellcabaltemplate-haskell

Read More
Custom `Read` instance fails when type is wrapped in Max, but derived instance works - What's wr...


parsinghaskellfunctional-programmingtypeclass

Read More
Cannot define a Show instance...


haskell

Read More
How to have fixed options using Option.Applicative in haskell?...


parsinghaskelloptparse-applicative

Read More
Best way to filter and extract from a list of custom type?...


haskell

Read More
Is there a fundamental reason why only one library can be exposed from a package?...


haskellmoduledependencieslibrariescabal

Read More
Automatic Jacobian matrix in Haskell...


haskellodehmatrix

Read More
Haskell writing to named pipe unexpectedly fails with `openFile: does not exist (No such device or a...


haskell

Read More
BackNext