Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ghc

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

Haskell/GHC UndecidableInstances - example for non-terminating type check?

GHC not optimizing modules other than the main module

How to compile Haskell to a static library?

Binding `len = length xs` and then calculating `len` causes GHC to consume lots of RAM

list haskell ghc ghci

How do I get the OverloadedStrings language extension working?