Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ghc

How to detect if a program has been compiled using -threaded?

Compile-time assertions with GHC Haskell?

haskell ghc compile-time

How to disable Garbage Collection in GHC Haskell?

haskell ghc

Why is not GHC optimizing for constants?

haskell optimization ghc

Is there a way to limit the memory, ghci can have?

What's the right way to :reload and run :main as a single command in GHCi?

haskell ghc ghci

Resolving GHC 'I found a duplicate definition for symbol ...'

haskell ghc cabal

Non-lazy branch of GHC

haskell ghc

Can I disable the "non-exhaustive pattern matches" warning only for lambdas?

haskell lambda warnings ghc

zlib build error with GHC

haskell zlib ghc cabal archlinux

is Haskell a managed language?

haskell ghc

How can I find the allocation in a Haskell function compiled with GHC?

Profiling a partially evaluated program

haskell profiling ghc

Type Family Shenanigans in GHCi

haskell ghc

How to discover if a transaction is frequently aborting?

haskell ghc stm

Unsafe entailment with Haskell constraints

haskell ghc

Partially evaluating right-handed operator sections

performance haskell ghc

How to disambiguate selector function?

haskell ghc

'Failed to load interface' error when loading compiled modules in ghci

haskell module ghc