Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ghc

GHC Generating Redundant Core Operations

performance haskell ghc core

How to properly use GHC's SPECIALIZE pragma? (Example: specializing pure function from monadic ones using Identity.)

Why does s ++ t not lead to a stack overflow for large s?

Why is there no `-XDeriveApplicative` extension?

what is the meaning of "let x = x in x" and "data Float#" in GHC.Prim in Haskell

haskell ghc haddock

How could I remove the "if ... then ... else ..." keywords in Haskell (GHC)?

haskell ghc leksah

Read from stdin in Haskell using IO.readLn

haskell io ghc

Running GHC's LLVM output through the LLVM bitcode linker first

haskell llvm ghc

Android application in haskell

Building a dynamic library with haskell and using it from C++

c++ haskell g++ ghc ffi

Why doesn't sleep work?

haskell ghc ffi

GHC Install Without Root

haskell installation ghc

GHC Core as "bytecode"?

haskell bytecode ghc

Haskell ghc compiling/linking error, not creating executable. (linux)

Why does a more general type affect runtime in Haskell?

haskell types 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