Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ghc

Let-renaming function breaks code

haskell ghc

GHC rewrite rule specialising a function for a type class

haskell ghc

Polymorphism inside monads

haskell ghc

Going through the source code for the prelude brings up weirdness

Haskell List Comprehension Speed Inconsistencies

Profiling Template Haskell

Coercible with GHC 7.10

haskell ghc

Does Haskell discard a spark when the thunk is garbage collected?

Closed type families and type inference in Haskell

Mutable Array in GHC Compact Region

haskell ghc

How are `ghc-pkg` and `cabal` programs related? (Haskell)

Statically link GMP to an Haskell application using GHC (+ LLVM)

How to find out GHC's memory representations of data types?

haskell ghc

Applying a fixed-length-vector-function to the inital part of a longer fixed-length-vector

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