Search code examples
What is the grammar of GADTs and ADTs in GHC2024?...


haskellfunctional-programminglanguage-lawyerghcgadt

Read More
Optimization of entropy-based wordle solver on haskell...


performancehaskellprofilingghcwordle-game

Read More
Undefined at the type level...


haskelltypesghctype-kinds

Read More
ghc gives error for something that's allowed in GHC.Internal.System.Posix.Internals...


haskellghc

Read More
What does the `forall` keyword in Haskell/GHC do?...


haskellsyntaxtypesghcforall

Read More
GHC can't avoid module cycle with class definitions...


haskellghcmutual-recursion

Read More
Does GHC specialize data constructors, or how to design for such a usecase...


performancehaskellghc

Read More
Under what circumstances can a write to a Haskell unsafeThaw-ed array/vector result in a segfault (v...


haskellgarbage-collectionghcmemory-safety

Read More
What is ARR_WORDS in a GHC heap profile?...


haskellghc

Read More
How to execute a command right after a fetch or pull command in git?...


gitghcgithooks

Read More
Understanding STG...


haskellcompilationghcbytecodeintermediate-language

Read More
What is wrong with this closed type family in GHC2021-GHC2024 as compared to Haskell2010?...


haskellfunctional-programmingghctype-families

Read More
Why is Haskell (GHC) so darn fast?...


performancehaskellghchigher-order-functionslambda-calculus

Read More
What does `break<N>` mean in GHC Core?...


haskellghc

Read More
How to understand constraints of PFunctor in categories library...


haskellcategoriesghccategory-theory

Read More
Extracting the exponent and mantissa of a Javascript Number...


javascriptmathhaskellghcieee-754

Read More
What determines what GHC (and Cabal, and HLS, ...) version is marked as "recommended" in G...


haskellversionghchackageghcup

Read More
Haskell tuple constructor (GHC) and the separation between a language and its implementation...


haskellfunctional-programmingtuplesghc

Read More
How can GHC's fairness guarantee not show up if a thread is descheduled while it is not holding ...


haskellconcurrencyfunctional-programmingghcpreemption

Read More
Scoped type variables require explicit foralls. Why?...


haskellghctype-systemsquantifierstype-extension

Read More
Compilers for Haskell...


haskellghc

Read More
How do I install GHC 7.8.1 and assign it a different command?...


haskellunixbuildghc

Read More
Does the behavior of these two function differ in any way that justifies GHC compiling them down to ...


haskellcompiler-optimizationghcobject-files

Read More
Does GHC allow newtypes to have existential type variables?...


haskellghcaesonexistential-type

Read More
Converting IEEE 754 floating point in Haskell Word32/64 to and from Haskell Float/Double...


haskellfloating-pointghcieee-754

Read More
How to rebind Haskell's proc-notation to user defined Arrows?...


haskellghcarrow-abstraction

Read More
"Generalized arrows" and proc notation?...


haskellghcarrow-abstractioncategory-abstractions

Read More
How to get haskell code after desugaring arrow syntax?...


haskellghcarrow-abstraction

Read More
Where is the source code of GHC's language extension: "Arrows"?...


haskellghcarrow-abstraction

Read More
Error occured while (re-)installing GHC and setting up the VSCode Haskell Plugin...


haskellvscode-extensionsghchaskell-stackghcup

Read More
BackNext