Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How unpacking strict fields goes together with polymorphism?

How to upgrade GHC with Stack

haskell ghc haskell-stack

GHC rewrite rules with class constraints

haskell ghc conduit

Word foldl' isn't optimized as well as Int foldl'

haskell optimization ghc

Can I add an instance declaration in GHCi

haskell ghc typeclass ghci

Catching Control-C exception in GHC (Haskell)

haskell ghc

Handling events in Haskell

Irrefutable pattern does not leak memory in recursion, but why?

On improving Haskell's performance compared to C in fibonacci micro-benchmark

How to combine case statement patterns [duplicate]

haskell ghc

ghc-7.10: Non type-variable argument (Use FlexibleContexts to permit this)

haskell ghc parsec

How to dump GHC simplifier output in human-readable form?

haskell command-line ghc

Illegal type signature in instance declaration

haskell ghc