Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ghc

GHC -ddump-splices option — Template Haskell

Does GHC make a new copy of an object when deconstructing and reconstructing it?

When is unsafeInterleaveIO unsafe?

haskell ghc lazy-evaluation

GHC: insert compilation date

haskell ghc

Laziness and tail recursion in Haskell, why is this crashing?

How can I get my rule to fire?

haskell ghc

Run-time exception when attempting to print a Unicode character

haskell ghc

Evaluation of Haskell Statements/Expressions using GHC API

Haskell reinstall base with profiling enabled

Why does GHC consider the LHS *syntactically* when inlining?

optimization haskell ghc

GHC 7.10 generates slower code than older versions

haskell ghc

Why does performGC fail to release all memory?

Always guaranteed evaluation order of `seq` (with strange behavior of `pseq` in addition)

How do you use TypeApplications in Haskell?

Defining strict application ($!) myself does not result in the same performance

haskell ghc

Is there an unsigned integer type that will warn about negative literals?

haskell ghc

Everywhere that GHC/Haskell Platform installs

Rewriting as a practical optimization technique in GHC: Is it really needed?

Using Haskell to output a UTF-8-encoded ByteString

How to prevent common sub-expression elimination (CSE) with GHC