Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ghc

Why can I not make String an instance of a typeclass?

Is there a way to make GHC provide the type class constraints of typed holes?

haskell types ghc

When is memoization automatic in GHC Haskell?

haskell ghc memoization

Why does Haskell's "do nothing" function, id, consume tons of memory?

haskell ghc

Memory footprint of Haskell data types

Small Haskell program compiled with GHC into huge binary

Reducing garbage-collection pause time in a Haskell program

Does GHC-mod have to use full names for types?

haskell ghc ghc-mod

Why is GHC so large/big?

haskell ghc

Specialization with Constraints

haskell ghc

What optimizations can GHC be expected to perform reliably?

optimization haskell ghc

Reading GHC Core

When is -XAllowAmbiguousTypes appropriate?

haskell ghc ambiguous-types

Why is Haskell (GHC) so darn fast?

Techniques for Tracing Constraints

haskell constraints ghc

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

haskell syntax types ghc forall

Transitivity of Auto-Specialization in GHC

haskell ghc