Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ghc

Is it possible to use extended precision (80-bit) floating point arithmetic in GHC/Haskell?

Under what circumstances could Common Subexpression Elimination affect the laziness of a Haskell program?

haskell ghc

Why is this unsafeCoerce not unsafe?

haskell ghc

Pattern matching on rank-2 type

haskell ghc

Strictness of dataToTag argument

haskell ghc

How does haskell determine the order of type variables in implicit foralls?

haskell ghc ghci

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