Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ghc

What is AllowAmbiguousTypes and why is it needed in this "forall" example?

Code unexpectedly accepted by GHC/GHCi

Can I tell which ghc version a program was built with?

haskell ghc

Why is `logBase 10 x` slower than `log x / log 10`, even when specialized?

optimization haskell ghc

Relation between Haskell Threads and OS Threads in the GHC

haskell concurrency ghc

Control.Parallel compile issue in Haskell

Using cabal with multiple GHC versions

haskell ghc cabal

Memoization of Ackermann function

haskell ghc ackermann

Are GHC's Type Famlies An Example of System F-omega?

Continue debugging in GHC after interrupt

How can I get at the cleverest optimizations that GHC makes? [closed]

Benchmarking Filter and Partition

Limit memory used by cabal install?

Profiling the cost of polymorphism?

Is there a way to define an existentially quantified newtype in GHC Haskell?

Generic advice on reducing GC time in GHC

Using standard haskell generics libraries for typed type-isomorphisms

What algorithm is used in Haskell (GHC) for deriving types of recursive expressions?

Why are Haskell/GHC executables so large in filesize? [duplicate]

haskell compilation ghc

Can I provide the type-checker with proofs about inductive naturals in GHC 7.6?

haskell ghc data-kinds